[Mapbender-commits] r5516 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Feb 19 05:13:59 EST 2010


Author: kmq
Date: 2010-02-19 05:13:57 -0500 (Fri, 19 Feb 2010)
New Revision: 5516

Modified:
   trunk/mapbender/http/javascripts/map_obj.js
Log:


Modified: trunk/mapbender/http/javascripts/map_obj.js
===================================================================
--- trunk/mapbender/http/javascripts/map_obj.js	2010-02-18 13:23:20 UTC (rev 5515)
+++ trunk/mapbender/http/javascripts/map_obj.js	2010-02-19 10:13:57 UTC (rev 5516)
@@ -756,7 +756,7 @@
             
             if (currentWms.getCurrentStyleByLayerName(validLayers[j]) !== false &&
             typeof currentWms.getCurrentStyleByLayerName(validLayers[j]) !== "undefined") {
-                url += currentWms.getCurrentStyleByLayerName(validLayers[j]);
+                url += encodeURIComponent(currentWms.getCurrentStyleByLayerName(validLayers[j]));
             }
         }
         url += "&";



More information about the Mapbender_commits mailing list