Opened 16 years ago
Last modified 16 years ago
#96 closed task (fixed)
ST_Multi on the new SQL-MM curve types should return a MULTICURVE
Reported by: | mcayland | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.4.0 |
Component: | postgis | Version: | 1.4 |
Keywords: | Cc: |
Description
postgis=# select st_astext(st_multi(st_geomfromtext('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0),(1 0, 0 1))')));
st_astext
COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1))
Note:
See TracTickets
for help on using tickets.
Committed to trunk as of r3817