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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Apr 4 08:39:08 EDT 2011


Author: verenadiewald
Date: 2011-04-04 05:39:08 -0700 (Mon, 04 Apr 2011)
New Revision: 7738

Modified:
   trunk/mapbender/http/javascripts/mod_setBackground.php
Log:
setSingleMapRequest to load active mapframe1 background

Modified: trunk/mapbender/http/javascripts/mod_setBackground.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_setBackground.php	2011-04-04 12:30:06 UTC (rev 7737)
+++ trunk/mapbender/http/javascripts/mod_setBackground.php	2011-04-04 12:39:08 UTC (rev 7738)
@@ -60,6 +60,7 @@
 	if (cnt >0){
 		map.wms[ind].gui_wms_visible = 2;
 		setBackgroundSelectBox.selectedIndex = selInd;
+		setSingleMapRequest(mod_setBackground_target,map.wms[ind].wms_id);
 	}
 	mod_setBackground_active = ind;
 }



More information about the Mapbender_commits mailing list