[Mapbender-commits] r7938 -
branches/2.7/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 14 09:33:45 EDT 2011
Author: astrid_emde
Date: 2011-07-14 06:33:44 -0700 (Thu, 14 Jul 2011)
New Revision: 7938
Modified:
branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql
Log:
scaleSelect refers to script in plugins folder and e_attributes cleard and link to url in wiki
Modified: branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql
===================================================================
--- branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql 2011-07-14 11:27:08 UTC (rev 7937)
+++ branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql 2011-07-14 13:33:44 UTC (rev 7938)
@@ -1,4 +1,4 @@
-UPDATE gui_element_vars set
+UPDATE gui_element_vars set
var_value =
'{"A4 landscape": "A4_landscape_template.json","A4 portrait": "A4_portrait_template.json","A4 landscape": "A4_landscape_template.json",
"A4 landscape official": "A4_landscape_official_template.json",
@@ -104,3 +104,7 @@
ALTER TABLE mb_metadata ADD COLUMN update_frequency character varying(100);
+UPDATE gui_element SET
+e_attributes = '' ,
+e_url = 'http://www.mapbender.org/ScaleSelect',
+e_js_file = '../plugins/mb_selectScale.js' where e_id = 'scaleSelect';
\ No newline at end of file
More information about the Mapbender_commits
mailing list