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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 31 16:42:44 EST 2011


Author: christoph
Date: 2011-01-31 13:42:44 -0800 (Mon, 31 Jan 2011)
New Revision: 7508

Modified:
   trunk/mapbender/http/classes/class_gml2.php
   trunk/mapbender/http/classes/class_wms.php
Log:
replaced split by explode

Modified: trunk/mapbender/http/classes/class_gml2.php
===================================================================
--- trunk/mapbender/http/classes/class_gml2.php	2011-01-31 21:40:17 UTC (rev 7507)
+++ trunk/mapbender/http/classes/class_gml2.php	2011-01-31 21:42:44 UTC (rev 7508)
@@ -944,7 +944,7 @@
 				}
 			}
 			$cnt++;
-			new mb_exception("create multipolygon " . serialize($this->innerRingArray));
+			new mb_notice("create multipolygon " . serialize($this->innerRingArray));
 		}		
 	}
 	

Modified: trunk/mapbender/http/classes/class_wms.php
===================================================================
--- trunk/mapbender/http/classes/class_wms.php	2011-01-31 21:40:17 UTC (rev 7507)
+++ trunk/mapbender/http/classes/class_wms.php	2011-01-31 21:42:44 UTC (rev 7508)
@@ -194,7 +194,6 @@
 			$this->updateOwsProxyUrl($this->wms_getlegendurl);
 		
 		for ($i = 0; $i < count($this->objLayer); $i++) {
-			new mb_exception(serialize($this->objLayer[$i]->layer_style));
 			for ($j = 0; $j < count($this->objLayer[$i]->layer_style); $j++) {
 				$this->objLayer[$i]->layer_style[$j]["legendurl"] = 
 					$this->updateOwsProxyUrl($this->objLayer[$i]->layer_style[$j]["legendurl"]);



More information about the Mapbender_commits mailing list