Update lwgeom_gettypename() by renaming Curve to CircularString. Now lots of error messages scattered throughout liblwgeom should start to make sense...

git-svn-id: http://svn.osgeo.org/postgis/trunk@3522 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Mark Cave-Ayland 2009-01-13 13:00:48 +00:00
parent 862fd30292
commit 580a6b862d

View file

@ -29,7 +29,7 @@ static char *lwgeomTypeName[] = {
"MultiLine",
"MultiPolygon",
"GeometryCollection",
"Curve",
"CircularString",
"CompoundString",
"Invalid Type", /* POINTTYPEI */
"Invalid Type", /* LINETYPEI */