[Mapbender-commits] r7240 - trunk/mapbender/resources/db/pgsql

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 11 14:50:13 EST 2010


Author: marc
Date: 2010-12-11 11:50:13 -0800 (Sat, 11 Dec 2010)
New Revision: 7240

Modified:
   trunk/mapbender/resources/db/pgsql/gui_digitize.sql
Log:
activate RaphaelJS in new style

Modified: trunk/mapbender/resources/db/pgsql/gui_digitize.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/gui_digitize.sql	2010-12-11 19:47:09 UTC (rev 7239)
+++ trunk/mapbender/resources/db/pgsql/gui_digitize.sql	2010-12-11 19:50:13 UTC (rev 7240)
@@ -5,7 +5,7 @@
 --Set all WMS to visible because background module is missing in new style
 UPDATE gui_wms SET gui_wms_visible='1' where fkey_gui_id='gui_digitize';
 
-INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES ('gui_digitize','gui_digitize','application with WFS search and digitizing using WFS-T',1);
+--INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES ('gui_digitize','gui_digitize','application with WFS search and digitizing using WFS-T',1);
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui_digitize','back',2,1,'History.back()','Back','img','../img/button_blue_red/back_off_disabled.png','',385,8,28,28,1,'','','','mod_back.php','','mapframe1,overview','','http://www.mapbender.org/index.php/Back');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui_digitize','body',1,1,'body (obligatory)','','body','','',NULL ,NULL ,NULL ,NULL ,NULL ,'background-color:#ffffe0; ','','','','','','','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui_digitize','copyright',2,1,'a Copyright in the map','Copyright','div','','',0,0,NULL ,NULL ,NULL ,'','','div','mod_copyright.php','','mapframe1','','http://www.mapbender.org/index.php/Copyright');
@@ -174,3 +174,6 @@
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('gui_digitize', 'treeGDE', 'switchwms', 'true', 'enables/disables all layer of a wms', 'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('gui_digitize', 'treeGDE', 'wmsbuttons', 'true', 'wms management buttons', 'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('gui_digitize', 'wfs', 'displayWfsResultList', '1', '', 'var');
+--set Raphael JS
+UPDATE gui_element set e_mb_mod='../extensions/RaphaelJS/raphael-1.4.7.min.js' WHERE e_id ilike 'body' AND fkey_gui_id= 'gui_digitize';
+



More information about the Mapbender_commits mailing list