[Mapbender-commits] r8359 -
branches/2.7/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed May 16 06:50:54 EDT 2012
Author: tbaschetti
Date: 2012-05-16 03:50:54 -0700 (Wed, 16 May 2012)
New Revision: 8359
Modified:
branches/2.7/resources/db/pgsql/UTF-8/update/
branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql
Log:
fixed http://trac.osgeo.org/mapbender/ticket/870
Property changes on: branches/2.7/resources/db/pgsql/UTF-8/update
___________________________________________________________________
Added: svn:ignore
+ .update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql.swp
.update_2.7.2_to_2.7.3_pgsql_UTF-8.sql.swp
Modified: branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql
===================================================================
--- branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql 2012-05-16 10:50:21 UTC (rev 8358)
+++ branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql 2012-05-16 10:50:54 UTC (rev 8359)
@@ -226,3 +226,6 @@
Update wfs set wfs_getfeature = replace(wfs_getfeature,'wms1.ccgis.de','wms.wheregroup.com');
Update wfs set wfs_transaction = replace(wfs_transaction,'wms1.ccgis.de','wms.wheregroup.com');
+
+-- Fix: Ticket #870, http://trac.osgeo.org/mapbender/ticket/870
+UPDATE gui_element set e_attributes='frameborder="1" onmouseover="this.style.zIndex=300;this.style.width=''350px'';" onmouseout="this.style.zIndex=3;this.style.width=''200px'';"' where fkey_gui_id='gui' and e_id='legend';
More information about the Mapbender_commits
mailing list