[Mapbender-commits] r4651 - branches/2.6/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Sep 17 13:02:32 EDT 2009


Author: christoph
Date: 2009-09-17 13:02:32 -0400 (Thu, 17 Sep 2009)
New Revision: 4651

Modified:
   branches/2.6/http/classes/class_gml_3_factory.php
Log:


Modified: branches/2.6/http/classes/class_gml_3_factory.php
===================================================================
--- branches/2.6/http/classes/class_gml_3_factory.php	2009-09-17 15:25:23 UTC (rev 4650)
+++ branches/2.6/http/classes/class_gml_3_factory.php	2009-09-17 17:02:32 UTC (rev 4651)
@@ -151,7 +151,7 @@
 
 		$simpleXMLNode->registerXPathNamespace('gml', 'http://www.opengis.net/gml');
 		
-		$allCoords = $simpleXMLNode->xpath("gml:curveMember/gml:LineString/gml:posList");
+		$allCoords = $simpleXMLNode->xpath("gml:curveMembers/gml:LineString/gml:posList");
 			
 		$cnt=0;
 		foreach ($allCoords as $Coords) {



More information about the Mapbender_commits mailing list