[Mapbender-commits] r6078 - branches/2.6/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue May 4 10:31:25 EDT 2010


Author: verenadiewald
Date: 2010-05-04 10:31:25 -0400 (Tue, 04 May 2010)
New Revision: 6078

Modified:
   branches/2.6/http/html/mod_treefolderPlain.php
Log:
set map request after changing opacity

Modified: branches/2.6/http/html/mod_treefolderPlain.php
===================================================================
--- branches/2.6/http/html/mod_treefolderPlain.php	2010-05-04 14:29:04 UTC (rev 6077)
+++ branches/2.6/http/html/mod_treefolderPlain.php	2010-05-04 14:31:25 UTC (rev 6078)
@@ -425,8 +425,9 @@
 
 function handleOpacity(mapObj_id, wms_id, increment) {
 	var opacity =  mb_mapObj[mapObj_id].wms[wms_id].gui_wms_mapopacity*100 + increment;
-	 mb_mapObj[mapObj_id].wms[wms_id].setOpacity(opacity);
+	mb_mapObj[mapObj_id].wms[wms_id].setOpacity(opacity);
 	reloadTree();
+	zoom(mod_treeGDE_map, true, 0.999);
 }
 
 //---end------------- opacity --------------------



More information about the Mapbender_commits mailing list