[postgis-commits] svn - r3522 - trunk/liblwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Jan 13 05:00:54 PST 2009
Author: mcayland
Date: 2009-01-13 05:00:48 -0800 (Tue, 13 Jan 2009)
New Revision: 3522
Modified:
trunk/liblwgeom/lwutil.c
Log:
Update lwgeom_gettypename() by renaming Curve to CircularString. Now lots of error messages scattered throughout liblwgeom should start to make sense...
Modified: trunk/liblwgeom/lwutil.c
===================================================================
--- trunk/liblwgeom/lwutil.c 2009-01-13 12:59:03 UTC (rev 3521)
+++ trunk/liblwgeom/lwutil.c 2009-01-13 13:00:48 UTC (rev 3522)
@@ -29,7 +29,7 @@
"MultiLine",
"MultiPolygon",
"GeometryCollection",
- "Curve",
+ "CircularString",
"CompoundString",
"Invalid Type", /* POINTTYPEI */
"Invalid Type", /* LINETYPEI */
More information about the postgis-commits
mailing list