]> granicus.if.org Git - postgis/commitdiff
Fix type name for CompoundCurve
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 27 Jun 2011 18:02:47 +0000 (18:02 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 27 Jun 2011 18:02:47 +0000 (18:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7497 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwutil.c

index 341e2299bf2af601649a6e376b8d7ca35ee5aa6c..78e95e83604e4e787b847188cc6501638b0f381c 100644 (file)
@@ -31,7 +31,7 @@ static char *lwgeomTypeName[] =
        "MultiPolygon",
        "GeometryCollection",
        "CircularString",
-       "CompoundString",
+       "CompoundCurve",
        "CurvePolygon",
        "MultiCurve",
        "MultiSurface",