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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 18 03:45:27 EST 2009


Author: christoph
Date: 2009-02-18 03:45:26 -0500 (Wed, 18 Feb 2009)
New Revision: 3562

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
make wms containers compatible with splash screen

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2009-02-17 16:47:22 UTC (rev 3561)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2009-02-18 08:45:26 UTC (rev 3562)
@@ -145,3 +145,5 @@
 UPDATE gui_element SET e_mb_mod = '../extensions/wz_jsgraphics.js,geometry.js' WHERE e_id = 'wfs';
  
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('de', 'Measure distance', 'Messen'); 
+
+UPDATE gui_element SET e_attributes = 'onload="init()"' WHERE e_id = 'body' AND fkey_gui_id IN ('wms_africa', 'wms_australia', 'wms_europe', 'wms_gdi_de', 'wms_germany', 'wms_north_america', 'wms_worldwide');
\ No newline at end of file



More information about the Mapbender_commits mailing list