From a8fcf4ee0bd715ce71563e27d6cdf1a85ca787f1 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 27 Jun 2011 18:02:47 +0000 Subject: [PATCH] Fix type name for CompoundCurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7497 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/lwutil.c b/liblwgeom/lwutil.c index 341e2299b..78e95e836 100644 --- a/liblwgeom/lwutil.c +++ b/liblwgeom/lwutil.c @@ -31,7 +31,7 @@ static char *lwgeomTypeName[] = "MultiPolygon", "GeometryCollection", "CircularString", - "CompoundString", + "CompoundCurve", "CurvePolygon", "MultiCurve", "MultiSurface", -- 2.50.1