On Wed, Jul 20, 2011 at 08:48:41PM +0200, Mats Taraldsvik wrote: > Hi, > > I have to deal with Polygons which have curves as well as straight > lines. How should I store them in postgis? (If I understand the > documentation correctly, Polygon is for linestrings, CurvePolygon is > for circularstrings, but none of them handles a mix of both..?)
You should be able to use compoundcurves (mix of circularstrings and straight lines) in the definition of rings for CURVEPOLYGON type starting with PostGIS 1.4. --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
