[Mapbender-commits] r7498 -
trunk/mapbender/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sun Jan 30 13:17:27 EST 2011
Author: astrid_emde
Date: 2011-01-30 10:17:27 -0800 (Sun, 30 Jan 2011)
New Revision: 7498
Modified:
trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql
Log:
larger featureinfo dialog
Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql 2011-01-30 18:05:34 UTC (rev 7497)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql 2011-01-30 18:17:27 UTC (rev 7498)
@@ -123,3 +123,8 @@
ALTER TABLE layer ADD COLUMN uuid UUID;
ALTER TABLE wfs ADD COLUMN uuid UUID;
ALTER TABLE wfs_featuretype ADD COLUMN uuid UUID;
+
+-- enlarge the size of the featureinfo dialog window
+UPDATE gui_element_vars
+SET var_value = 400 WHERE fkey_gui_id = 'gui1'
+AND fkey_e_id = 'featureInfo1' AND var_name IN ('featureInfoPopupHeight','featureInfoPopupWidth');
More information about the Mapbender_commits
mailing list