[Mapbender-commits] r4883 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 30 07:28:55 EDT 2009


Author: christoph
Date: 2009-10-30 07:28:55 -0400 (Fri, 30 Oct 2009)
New Revision: 4883

Modified:
   trunk/mapbender/http/classes/class_wms.php
Log:


Modified: trunk/mapbender/http/classes/class_wms.php
===================================================================
--- trunk/mapbender/http/classes/class_wms.php	2009-10-30 11:28:26 UTC (rev 4882)
+++ trunk/mapbender/http/classes/class_wms.php	2009-10-30 11:28:55 UTC (rev 4883)
@@ -174,27 +174,17 @@
 			}
 		}
 
-		$e = new mb_exception("####old getmap: " . $this->wms_getmap);
 		$this->wms_getmap = 
 			$this->updateOwsProxyUrl($this->wms_getmap);
-		$e = new mb_exception("new getmap: " . $this->wms_getmap);
-		$e = new mb_exception("####old featureinfo: " . $this->wms_getfeatureinfo);
 		$this->wms_getfeatureinfo = 
 			$this->updateOwsProxyUrl($this->wms_getfeatureinfo);
-		$e = new mb_exception("new featureinfo: " . $this->wms_getfeatureinfo);
-		$e = new mb_exception("####old legendurl: " . $this->wms_getlegendurl);
 		$this->wms_getlegendurl = 
 			$this->updateOwsProxyUrl($this->wms_getlegendurl);
-		$e = new mb_exception("new legendurl: " . $this->wms_getlegendurl);
 		
 		for ($i = 0; $i < count($this->objLayer); $i++) {
-			$e = new mb_exception("layer #" . $i);
 			for ($j = 0; $j < count($this->objLayer[$i]->layer_style); $j++) {
-				$e = new mb_exception("layer style #" . $j);
 				$this->objLayer[$i]->layer_style[$j]["legendurl"] = 
 					$this->updateOwsProxyUrl($this->objLayer[$i]->layer_style[$j]["legendurl"]);
-					
-				$e = new mb_exception("legendurl: " . $this->objLayer[$i]->layer_style[$j]["legendurl"]);
 			}
 		}
 	}



More information about the Mapbender_commits mailing list