[postgis-commits] svn - r3434 - branches/1.3/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Dec 17 08:18:41 PST 2008
Author: mcayland
Date: 2008-12-17 08:18:41 -0800 (Wed, 17 Dec 2008)
New Revision: 3434
Modified:
branches/1.3/lwgeom/wktunparse.c
Log:
Undo r3431/3432: this isn't ready for the primetime yet as it breaks a couple of the regression tests.
Modified: branches/1.3/lwgeom/wktunparse.c
===================================================================
--- branches/1.3/lwgeom/wktunparse.c 2008-12-17 16:03:31 UTC (rev 3433)
+++ branches/1.3/lwgeom/wktunparse.c 2008-12-17 16:18:41 UTC (rev 3434)
@@ -357,7 +357,7 @@
if(writeM) write_str("CURVEPOLYGONM");
else write_str("CURVEPOLYGON");
}
- geom = output_collection(geom, output_wkt,0);
+ geom = output_collection(geom, output_compound,0);
break;
case MULTIPOINTTYPE:
if ( supress < 2 )
More information about the postgis-commits
mailing list