[postgis-commits] svn - r3433 - trunk/liblwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Dec 17 08:03:32 PST 2008
Author: mcayland
Date: 2008-12-17 08:03:31 -0800 (Wed, 17 Dec 2008)
New Revision: 3433
Modified:
trunk/liblwgeom/lwgunparse.c
Log:
Undo r3431/3432: this isn't ready for the primetime yet as it breaks a couple of the regression tests.
Modified: trunk/liblwgeom/lwgunparse.c
===================================================================
--- trunk/liblwgeom/lwgunparse.c 2008-12-17 15:05:29 UTC (rev 3432)
+++ trunk/liblwgeom/lwgunparse.c 2008-12-17 16:03:31 UTC (rev 3433)
@@ -529,7 +529,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