Commit aa91cc32 authored by Mark Cave-Ayland's avatar Mark Cave-Ayland
Browse files

Undo r3431/3432: this isn't ready for the primetime yet as it breaks a couple...

Undo r3431/3432: this isn't ready for the primetime yet as it breaks a couple of the regression tests.


git-svn-id: http://svn.osgeo.org/postgis/trunk@3433 b70326c6-7e19-0410-871a-916f4a2858ee
parent b78c5c50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -529,7 +529,7 @@ output_wkt(uchar* geom, int supress)
                                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 )