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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 11 04:38:21 EST 2010


Author: christoph
Date: 2010-03-11 04:38:12 -0500 (Thu, 11 Mar 2010)
New Revision: 5743

Modified:
   trunk/mapbender/http/classes/class_gml2.php
Log:


Modified: trunk/mapbender/http/classes/class_gml2.php
===================================================================
--- trunk/mapbender/http/classes/class_gml2.php	2010-03-11 09:36:27 UTC (rev 5742)
+++ trunk/mapbender/http/classes/class_gml2.php	2010-03-11 09:38:12 UTC (rev 5743)
@@ -747,7 +747,7 @@
 		if (count($this->innerRingArray) <= $i) {
 			array_push($this->innerRingArray, array());
 		}
-		$index = count($this->innerRingIndex);
+		$index = count($this->innerRingArray);
 		$currentIndex = ($i < $index ? $i : $index);
 		array_push($this->innerRingArray[$currentIndex], array("x" => $x, "y" => $y));
 	}



More information about the Mapbender_commits mailing list