Ticket #96 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

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))

Change History

Changed 4 years ago by pramsey

Committed to trunk as of r3817

Changed 4 years ago by pramsey

<i>(No comment was entered for this change.)</i>

Note: See TracTickets for help on using tickets.