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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Nov 30 07:51:44 EST 2007


Author: verenadiewald
Date: 2007-11-30 07:51:44 -0500 (Fri, 30 Nov 2007)
New Revision: 1871

Modified:
   trunk/mapbender/resources/db/update/update_postgresql_db.sql
Log:
new element var for max number of highlighted points in WFSGazetteer (guis 'gui', 'gui_digitize', 'gui2')

Modified: trunk/mapbender/resources/db/update/update_postgresql_db.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_postgresql_db.sql	2007-11-28 18:02:57 UTC (rev 1870)
+++ trunk/mapbender/resources/db/update/update_postgresql_db.sql	2007-11-30 12:51:44 UTC (rev 1871)
@@ -203,5 +203,11 @@
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('de ', 'Logo', 'Logo');
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('de', 'Measure distance', 'Streckenabschnittsmessung');
 
+--
+ -- table gui_element_vars: new element var for max number of highlighted points in WFSGazetteer (guis 'gui', 'gui_digitize', 'gui2')
+ --
+ INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('gui', 'gazetteerWFS', 'maxHighlightedPoints', '500', 'max number of points to highlight', 'var');
+INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('gui_digitize', 'gazetteerWFS', 'maxHighlightedPoints', '500', 'max number of points to highlight', 'var');
+INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('gui2', 'gazetteerWFS', 'maxHighlightedPoints', '500', 'max number of points to highlight', 'var');
 
  



More information about the Mapbender_commits mailing list