[Mapbender-commits] r4652 - branches/2.6/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Sep 17 13:04:16 EDT 2009
Author: christoph
Date: 2009-09-17 13:04:15 -0400 (Thu, 17 Sep 2009)
New Revision: 4652
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 17:02:32 UTC (rev 4651)
+++ branches/2.6/http/classes/class_gml_3_factory.php 2009-09-17 17:04:15 UTC (rev 4652)
@@ -179,7 +179,7 @@
$simpleXMLNode->registerXPathNamespace('gml', 'http://www.opengis.net/gml');
- $allPolygons = $simpleXMLNode->xpath("gml:surfaceMember/gml:Polygon");
+ $allPolygons = $simpleXMLNode->xpath("gml:surfaceMembers/gml:Polygon");
$cnt=0;
foreach ($allPolygons as $polygon) {
More information about the Mapbender_commits
mailing list