[Mapbender-commits] r4377 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 16 11:15:41 EDT 2009


Author: christoph
Date: 2009-07-16 11:15:41 -0400 (Thu, 16 Jul 2009)
New Revision: 4377

Modified:
   branches/2.6/http/javascripts/mod_displayObj.js
Log:
display correct map frame name

Modified: branches/2.6/http/javascripts/mod_displayObj.js
===================================================================
--- branches/2.6/http/javascripts/mod_displayObj.js	2009-07-16 14:36:41 UTC (rev 4376)
+++ branches/2.6/http/javascripts/mod_displayObj.js	2009-07-16 15:15:41 UTC (rev 4377)
@@ -17,7 +17,7 @@
 	tg += "<h4 >active maps</h4>";
 
 	for(var i=0; i<mb_mapObj.length; i++){
-		tg += "<h4 >frame: "+ mb_mapObj[i].frameName+"</h4>";
+		tg += "<h4 >frame: "+ mb_mapObj[i].elementName+"</h4>";
 		tg += "<table border='1' width='98%' rules='rows'><tr>";
 		tg += "<th width='200'>wms:</th><th>request</th></tr>";
 		for(var ii=0; ii<mb_mapObj[i].wms.length; ii++){
@@ -153,4 +153,4 @@
 	myWin.document.write(tg);
 	myWin.document.close();
 	myWin.focus();  
-}
\ No newline at end of file
+}



More information about the Mapbender_commits mailing list