[Mapbender-commits] r2768 - branches/2.5/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Aug 11 09:49:55 EDT 2008


Author: christoph
Date: 2008-08-11 09:49:55 -0400 (Mon, 11 Aug 2008)
New Revision: 2768

Modified:
   branches/2.5/http/html/mod_treefolder2.php
Log:
fixes http://trac.osgeo.org/mapbender/ticket/219

I hope this is it. The code is quite a mess.

Modified: branches/2.5/http/html/mod_treefolder2.php
===================================================================
--- branches/2.5/http/html/mod_treefolder2.php	2008-08-11 11:27:35 UTC (rev 2767)
+++ branches/2.5/http/html/mod_treefolder2.php	2008-08-11 13:49:55 UTC (rev 2768)
@@ -456,6 +456,7 @@
 	var layername = parent.mb_mapObj[ind].wms[parent.getWMSIndexById(mod_treeGDE_map,t[t.length-1])].objLayer[0].layer_name;
 	var bChk = IsChecked(path, 0);
 	handleSelectedLayer(mod_treeGDE_map,t[t.length-1],layername,"visible",bChk?"1":"0");
+	handleSelectedLayer(mod_treeGDE_map,t[t.length-1],layername,"querylayer",bChk?"1":"0");
 	lock_check=true;
 	checkChildren(path, 0, bChk);
 	if(ficheckbox)checkChildren(path, 1, bChk);



More information about the Mapbender_commits mailing list