[Mapbender-commits] r3253 - branches/2.5/resources/db/postgresql/iso

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Nov 20 17:32:20 EST 2008


Author: astrid_emde
Date: 2008-11-20 17:32:20 -0500 (Thu, 20 Nov 2008)
New Revision: 3253

Modified:
   branches/2.5/resources/db/postgresql/iso/pgsql_data.sql
Log:
activated setBBOX in gui,gui1,gui2,gui_digitize. see ticket https://trac.osgeo.org/mapbender/ticket/331

Modified: branches/2.5/resources/db/postgresql/iso/pgsql_data.sql
===================================================================
--- branches/2.5/resources/db/postgresql/iso/pgsql_data.sql	2008-11-20 22:28:27 UTC (rev 3252)
+++ branches/2.5/resources/db/postgresql/iso/pgsql_data.sql	2008-11-20 22:32:20 UTC (rev 3253)
@@ -101,7 +101,7 @@
 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', 'printPDF', 2, 1, 'pdf print', 'Print', 'iframe', '../print/mod_printPDF.php?target=mapframe1&sessionID&conf=printPDF.conf', 'frameborder = "0" ', 1, 1, 2, 2, 5, 'visibility:hidden', '', 'iframe', '', '', 'mapframe1', '', 'http://www.mapbender.org/index.php/Print');
 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', 'sandclock', 2, 1, 'displays a sand clock while waiting for requests', '', 'div', '', '', 80, 0, 0, 0, 0, '', '', 'div', 'mod_sandclock.php', '', 'mapframe1', '', '');
 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', 'selArea1', 2, 1, 'zoombox', 'Zoom by rectangle', 'img', '../img/button_gray/selArea_off.png', 'onmouseover = "mb_regButton(''init_selArea1'')" ', 295, 10, 24, 24, 1, '', '', '', 'mod_selArea1.php', 'mod_box1.js', 'mapframe1', '', 'http://www.mapbender.org/index.php/SelArea1');
-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', 'setBBOX', 2, 0, 'set extent for mapframe and overviewframe', '', 'div', '', '', 0, 0, 0, 0, 0, '', '', 'div', 'mod_setBBOX1.php', '', 'mapframe1', '', '');
+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', 'setBBOX', 2, 1, 'set extent for mapframe and overviewframe', '', 'div', '', '', 0, 0, 0, 0, 0, '', '', 'div', 'mod_setBBOX1.php', '', 'mapframe1', '', '');
 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', 'setBackground', 2, 1, 'switch background-wms', 'Set Background', 'form', '', '', 30, 210, NULL, NULL, 1, '', '<select style=''font-family: Arial, sans-serif; font-size:12'' name=''mod_setBackground_list'' onchange=''mod_setBackground_change(this)'' ><option value=''0''></option></select>', 'form', 'mod_setBackground.php', '', 'mapframe1', '', '');
 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', 'showCoords_div', 2, 1, 'displays coodinates by onmouseover', 'Coordinates', 'img', '../img/button_gray/coords_off.png', 'onmouseover = "mb_regButton(''init_mod_showCoords_div'')" ', 450, 10, 24, 24, 1, '', '', '', 'mod_coords_div.php', '', 'mapframe1', 'dependendDiv', 'http://www.mapbender.org/index.php/ShowCoords_div');
 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', 'tabs', 2, 1, 'vertical tabs to handle iframes', '', 'div', '', '', 10, 240, 200, 20, 2, 'font-family: Arial,Helvetica;font-weight:bold;', '', 'div', 'mod_tab.php', '', '', '', '');
@@ -217,7 +217,7 @@
 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 ('gui2', 'sandclock', 2, 1, 'displays a sand clock while waiting for requests', '', 'div', '', '', 80, 0, 0, 0, 0, '', '', 'div', 'mod_sandclock.php', '', 'mapframe1', '', '');
 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 ('gui2', 'savewmc', 2, 1, 'save workspace as WMC', 'Save workspace as web map context document', 'img', '../img/button_blue/wmc_save_off.png', 'onclick=''mod_savewmc()'' onmouseover=''this.src = this.src.replace(/_off/,"_over");'' onmouseout=''this.src = this.src.replace(/_over/, "_off");''', 733, 40, 28, 28, 3, 'filter:Chroma(color=#C2CBCF);', '', '', 'mod_savewmc.php', '', 'mapframe1', '', 'http://www.mapbender.org/index.php/SaveWMC');
 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 ('gui2', 'selArea1', 2, 1, 'zoombox', 'Zoom by rectangle', 'img', '../img/button_blue/selArea_off.png', 'onmouseover = "mb_regButton(''init_selArea1'')"', 283, 40, 28, 28, 3, 'filter:Chroma(color=#C2CBCF);', '', '', 'mod_selArea1.php', 'mod_box1.js', 'mapframe1', '', 'http://www.mapbender.org/index.php/SelArea1');
-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 ('gui2', 'setBBOX', 2, 0, 'set extent for mapframe and overviewframe', '', 'div', '', '', 0, 0, 0, 0, 0, '', '', 'div', 'mod_setBBOX1.php', '', 'mapframe1', '', '');
+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 ('gui2', 'setBBOX', 2, 1, 'set extent for mapframe and overviewframe', '', 'div', '', '', 0, 0, 0, 0, 0, '', '', 'div', 'mod_setBBOX1.php', '', 'mapframe1', '', '');
 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 ('gui2', 'setBackground', 2, 1, 'switch background-wms', 'Set Background', 'form', '', '', 10, 218, NULL, NULL, 1, '', '<select style=''font-family: Arial, sans-serif; font-size:12'' name=''mod_setBackground_list'' onchange=''mod_setBackground_change(this)'' ><option value=''0''></option></select>', 'form', 'mod_setBackground.php', '', 'mapframe1', '', '');
 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 ('gui2', 'showCoords_div', 2, 1, 'displays coodinates by onmouseover', 'Coordinates', 'img', '../img/button_blue/coords_off.png', 'onmouseover = "mb_regButton(''init_mod_showCoords_div'')"', 488, 40, 28, 28, 3, 'filter:Chroma(color=#C2CBCF);', '', '', 'mod_coords_div.php', '', 'mapframe1', 'dependendDiv', 'http://www.mapbender.org/index.php/ShowCoords_div');
 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 ('gui2', 'tabs', 2, 1, 'vertical tabs to handle iframes', '', 'div', '', '', 2, 240, 200, 20, 2, 'font-family: Arial,Helvetica;font-weight:bold;', '', 'div', 'mod_tab.php', '', '', '', '');
@@ -311,7 +311,7 @@
 <option value=''900000''>1 : 900000</option>
 <option value=''1000000''>1 : 1000000</option>', 'select', 'mod_scaleSel.php', '', 'mapframe1', '', '');
 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', 'selArea1', 2, 1, 'zoombox', 'Zoom by rectangle', 'img', '../img/button_gray/selArea_off.png', 'onmouseover = "mb_regButton(''init_selArea1'')"', 295, 10, 24, 24, 1, '', '', '', 'mod_selArea1.php', 'mod_box1.js', 'mapframe1', '', '');
-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', 'setBBOX', 2, 0, 'set extent for mapframe and overviewframe', '', 'div', '', '', 0, 0, 0, 0, 0, '', '', 'div', 'mod_setBBOX1.php', '', 'mapframe1', '', '');
+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', 'setBBOX', 2, 1, 'set extent for mapframe and overviewframe', '', 'div', '', '', 0, 0, 0, 0, 0, '', '', 'div', 'mod_setBBOX1.php', '', 'mapframe1', '', '');
 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', 'setBackground', 2, 1, 'switch background-wms', 'Set Background', 'form', '', '', 30, 210, NULL, NULL, 1, '', '<select style=''font-family: Arial, sans-serif; font-size:12''
 name=''mod_setBackground_list''
 onchange=''mod_setBackground_change(this)'' ><option
@@ -22509,4 +22509,4 @@
 -- PostgreSQL database dump complete
 --
 
-UPDATE pg_catalog.pg_class SET reltriggers = (SELECT pg_catalog.count(*) FROM pg_catalog.pg_trigger where pg_class.oid = tgrelid); 
\ No newline at end of file
+UPDATE pg_catalog.pg_class SET reltriggers = (SELECT pg_catalog.count(*) FROM pg_catalog.pg_trigger where pg_class.oid = tgrelid); 



More information about the Mapbender_commits mailing list