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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri May 25 07:32:28 EDT 2007


Author: christoph
Date: 2007-05-25 07:32:27 -0400 (Fri, 25 May 2007)
New Revision: 1363

Modified:
   trunk/mapbender/http/javascripts/map.php
Log:
fixed bug in mod_execloadWmsSubFunctions: wrong variable name

Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php	2007-05-25 09:37:10 UTC (rev 1362)
+++ trunk/mapbender/http/javascripts/map.php	2007-05-25 11:32:27 UTC (rev 1363)
@@ -1649,7 +1649,8 @@
 }
  
 function mb_execloadWmsSubFunctions(){
-	for(var i=0; i<mb_WfsWriteSubFunctions.length; i++){
+	for(var i=0; i<mb_loadWmsSubFunctions.length; i++){
+		console.log("%s", mb_loadWmsSubFunctions[i]); 	 
 		eval(mb_loadWmsSubFunctions[i]); 	 
 	} 	 
 }



More information about the Mapbender_commits mailing list