[Mapbender-commits] r3645 - trunk/mapbender/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Mar 7 14:46:13 EST 2009


Author: astrid_emde
Date: 2009-03-07 14:46:13 -0500 (Sat, 07 Mar 2009)
New Revision: 3645

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
; was missing / featureinfotunnel is not part of gui1

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2009-03-06 16:00:41 UTC (rev 3644)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2009-03-07 19:46:13 UTC (rev 3645)
@@ -375,16 +375,16 @@
 UPDATE gui_element SET e_mb_mod = 'popup.js' WHERE e_id = 'loadwmc';
 
 -- set popup.js as required module for gui element featureInfoTunnel
-UPDATE gui_element SET e_mb_mod = 'popup.js' WHERE e_id = 'featureInfoTunnel'
+UPDATE gui_element SET e_mb_mod = 'popup.js' WHERE e_id = 'featureInfoTunnel';
 
 -- set standard element vars for possibility to use popup in featureInfoTunnel; activated for gui_digitize
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoLayerPopup', 'false', '' ,'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupHeight', '200', '' ,'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupWidth', '270', '' ,'var');
 
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui1', 'featureInfoTunnel', 'featureInfoLayerPopup', 'false', '' ,'var');
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui1', 'featureInfoTunnel', 'featureInfoPopupHeight', '200', '' ,'var');
-INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui1', 'featureInfoTunnel', 'featureInfoPopupWidth', '270', '' ,'var');
+-- featureInfoTunnel is not part of gui1
+--INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui1', 'featureInfoTunnel', 'featureInfoLayerPopup', 'false', '' ,'var');--INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui1', 'featureInfoTunnel', 'featureInfoPopupHeight', '200', '' ,'var');
+--INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui1', 'featureInfoTunnel', 'featureInfoPopupWidth', '270', '' ,'var');
 
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'featureInfoTunnel', 'featureInfoLayerPopup', 'false', '' ,'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui2', 'featureInfoTunnel', 'featureInfoPopupHeight', '200', '' ,'var');



More information about the Mapbender_commits mailing list