[geos-commits] r3278 - trunk/src/geom

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 13 06:44:04 EDT 2011


Author: strk
Date: 2011-04-13 03:44:04 -0700 (Wed, 13 Apr 2011)
New Revision: 3278

Modified:
   trunk/src/geom/CoordinateArraySequence.cpp
Log:
Drop coordinate dimension cache after read-write filtering. Fixes ticket #435.

Modified: trunk/src/geom/CoordinateArraySequence.cpp
===================================================================
--- trunk/src/geom/CoordinateArraySequence.cpp	2011-04-13 08:26:31 UTC (rev 3277)
+++ trunk/src/geom/CoordinateArraySequence.cpp	2011-04-13 10:44:04 UTC (rev 3278)
@@ -250,6 +250,7 @@
 	{
 		filter->filter_rw(&(*i));
 	}
+	dimension = 0; // re-check (see http://trac.osgeo.org/geos/ticket/435)
 }
 
 void



More information about the geos-commits mailing list