[Mapbender-commits] r7219 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 11 10:08:47 EST 2010


Author: marc
Date: 2010-12-11 07:08:47 -0800 (Sat, 11 Dec 2010)
New Revision: 7219

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql
Log:
activate RaphelJS in gui_digitize

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql	2010-12-11 15:06:24 UTC (rev 7218)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql	2010-12-11 15:08:47 UTC (rev 7219)
@@ -3004,4 +3004,7 @@
 UPDATE gui_element SET e_mb_mod=replace(e_mb_mod,'/minified/','/') where e_id ilike 'jq_ui%' ;
 UPDATE gui_element SET e_mb_mod=replace(e_mb_mod,'.min.js','.js') where e_id ilike 'jq_ui%' ;
 
-
+--
+--add RaphaelJS to gui_digitize
+--
+UPDATE gui_element set e_mb_mod='../extensions/RaphaelJS/raphael-1.4.7.min.js' WHERE e_id ilike 'body' AND fkey_gui_id= 'gui_digitize';



More information about the Mapbender_commits mailing list