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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Oct 21 10:04:04 EDT 2009


Author: astrid_emde
Date: 2009-10-21 10:04:03 -0400 (Wed, 21 Oct 2009)
New Revision: 4847

Modified:
   branches/2.6/http/javascripts/map_obj.js
Log:
removed condition (gui_epsg_supported)

faulty merge by Testbaudson ^^

Modified: branches/2.6/http/javascripts/map_obj.js
===================================================================
--- branches/2.6/http/javascripts/map_obj.js	2009-10-21 08:02:22 UTC (rev 4846)
+++ branches/2.6/http/javascripts/map_obj.js	2009-10-21 14:04:03 UTC (rev 4847)
@@ -193,7 +193,7 @@
 		for (var i = 0; i < this.wms.length; i++) {
 			var found = false;
 			for (var j = 0; j < this.wms[i].gui_epsg.length; j++) {
-				if (options.srs === this.wms[i].gui_epsg[j] && this.wms[i].gui_epsg_supported[j]) {
+				if (options.srs === this.wms[i].gui_epsg[j]) {
 					found = true;
 					break;
 				}



More information about the Mapbender_commits mailing list