[Mapbender-commits] r3915 - branches/2.5/http/classes branches/2.6/http/classes trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Apr 28 10:17:07 EDT 2009


Author: christoph
Date: 2009-04-28 10:17:06 -0400 (Tue, 28 Apr 2009)
New Revision: 3915

Modified:
   branches/2.5/http/classes/class_wms.php
   branches/2.6/http/classes/class_wms.php
   trunk/mapbender/http/classes/class_wms.php
Log:
http://trac.osgeo.org/mapbender/ticket/453

Modified: branches/2.5/http/classes/class_wms.php
===================================================================
--- branches/2.5/http/classes/class_wms.php	2009-04-28 13:06:37 UTC (rev 3914)
+++ branches/2.5/http/classes/class_wms.php	2009-04-28 14:17:06 UTC (rev 3915)
@@ -284,6 +284,9 @@
 		$layer_style = array();
 		$cnt_styles = -1;
 		
+		$this->wms_getfeatureinfo = "";
+		$this->gui_wms_featureinfoformat = "";
+
 		foreach ($values as $element) {
 			if(mb_strtoupper($element[tag]) == "WMT_MS_CAPABILITIES" && $element[type] == "open"){
 				$this->wms_version = $element[attributes][version];

Modified: branches/2.6/http/classes/class_wms.php
===================================================================
--- branches/2.6/http/classes/class_wms.php	2009-04-28 13:06:37 UTC (rev 3914)
+++ branches/2.6/http/classes/class_wms.php	2009-04-28 14:17:06 UTC (rev 3915)
@@ -284,6 +284,9 @@
 		$layer_style = array();
 		$cnt_styles = -1;
 		
+		$this->wms_getfeatureinfo = "";
+		$this->gui_wms_featureinfoformat = "";
+
 		foreach ($values as $element) {
 			if(mb_strtoupper($element[tag]) == "WMT_MS_CAPABILITIES" && $element[type] == "open"){
 				$this->wms_version = $element[attributes][version];

Modified: trunk/mapbender/http/classes/class_wms.php
===================================================================
--- trunk/mapbender/http/classes/class_wms.php	2009-04-28 13:06:37 UTC (rev 3914)
+++ trunk/mapbender/http/classes/class_wms.php	2009-04-28 14:17:06 UTC (rev 3915)
@@ -284,6 +284,9 @@
 		$layer_style = array();
 		$cnt_styles = -1;
 		
+		$this->wms_getfeatureinfo = "";
+		$this->gui_wms_featureinfoformat = "";
+
 		foreach ($values as $element) {
 			if(mb_strtoupper($element[tag]) == "WMT_MS_CAPABILITIES" && $element[type] == "open"){
 				$this->wms_version = $element[attributes][version];



More information about the Mapbender_commits mailing list