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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 25 09:54:36 EDT 2009


Author: astrid_emde
Date: 2009-06-25 09:54:35 -0400 (Thu, 25 Jun 2009)
New Revision: 4235

Modified:
   branches/2.6/http/javascripts/wms.js
Log:
gui_layer_style was set twice. was set to "Null"

Modified: branches/2.6/http/javascripts/wms.js
===================================================================
--- branches/2.6/http/javascripts/wms.js	2009-06-25 13:24:24 UTC (rev 4234)
+++ branches/2.6/http/javascripts/wms.js	2009-06-25 13:54:35 UTC (rev 4235)
@@ -750,7 +750,6 @@
 	this.gui_layer_maxscale = gui_layer_maxscale;
 	this.gui_layer_style = gui_layer_style;
 	this.gui_layer_wfs_featuretype = gui_layer_wfs_featuretype;
-	this.gui_layer_style = null;
 	this.has_childs = false;
 	this.layer_style = [];
 	wms_layer_count++;



More information about the Mapbender_commits mailing list