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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Mar 19 09:35:37 EDT 2010


Author: christoph
Date: 2010-03-19 09:35:35 -0400 (Fri, 19 Mar 2010)
New Revision: 5809

Modified:
   trunk/mapbender/http/classes/class_gml_factory.php
   trunk/mapbender/http/classes/class_gml_feature.php
   trunk/mapbender/http/classes/class_gml_geometry.php
   trunk/mapbender/http/classes/class_gml_line.php
   trunk/mapbender/http/classes/class_gml_multiline.php
   trunk/mapbender/http/classes/class_gml_point.php
   trunk/mapbender/http/classes/class_gml_polygon.php
Log:
cosmetic changes


Modified: trunk/mapbender/http/classes/class_gml_factory.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_factory.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_factory.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -48,7 +48,7 @@
 
 		// check if valid feature collection
 		if (strtoupper($jsonObj->type) != "FEATURECOLLECTION" || !is_array($jsonObj->features)) {
-			$e = new mb_exception("Not a valid GeoJSON Feature Collection.");
+			$e = new mb_exception("Not a valid GeoJSON Feature Collection: " . $geoJson);
 			return null;
 		}
 

Modified: trunk/mapbender/http/classes/class_gml_feature.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_feature.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_feature.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -75,4 +75,4 @@
 	}
 }
 
-?>
+?>
\ No newline at end of file

Modified: trunk/mapbender/http/classes/class_gml_geometry.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_geometry.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_geometry.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -37,4 +37,4 @@
 		"urn:x-ogc:def:crs:EPSG:31467"
 	);
 }
-?>
+?>
\ No newline at end of file

Modified: trunk/mapbender/http/classes/class_gml_line.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_line.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_line.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -92,4 +92,4 @@
 		return $str;
 	}
 }
-?>
+?>
\ No newline at end of file

Modified: trunk/mapbender/http/classes/class_gml_multiline.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_multiline.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_multiline.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -103,4 +103,4 @@
 		return $str;
 	}
 }
-?>
+?>
\ No newline at end of file

Modified: trunk/mapbender/http/classes/class_gml_point.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_point.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_point.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -70,4 +70,4 @@
 		return $str;
 	}
 }
-?>
+?>
\ No newline at end of file

Modified: trunk/mapbender/http/classes/class_gml_polygon.php
===================================================================
--- trunk/mapbender/http/classes/class_gml_polygon.php	2010-03-18 15:48:54 UTC (rev 5808)
+++ trunk/mapbender/http/classes/class_gml_polygon.php	2010-03-19 13:35:35 UTC (rev 5809)
@@ -144,4 +144,4 @@
 		return $str;
 	}
 }
-?>
+?>
\ No newline at end of file



More information about the Mapbender_commits mailing list