[Mapbender-commits] r8028 - branches/2.7/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 28 10:23:44 EDT 2011


Author: astrid_emde
Date: 2011-07-28 07:23:44 -0700 (Thu, 28 Jul 2011)
New Revision: 8028

Modified:
   branches/2.7/http/classes/class_gml_2_factory.php
Log:
deleted empty row

Modified: branches/2.7/http/classes/class_gml_2_factory.php
===================================================================
--- branches/2.7/http/classes/class_gml_2_factory.php	2011-07-28 14:20:49 UTC (rev 8027)
+++ branches/2.7/http/classes/class_gml_2_factory.php	2011-07-28 14:23:44 UTC (rev 8028)
@@ -91,7 +91,6 @@
 			foreach(explode(' ',trim($coordsDom->nodeValue)) as $pointCoords){
 
 				list($x,$y,$z) = explode(',',$pointCoords);
-
 				$gmlPolygon->addPoint($x, $y);
 			}
 			



More information about the Mapbender_commits mailing list