Opened 15 years ago

Last modified 15 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))

Change History (2)

comment:1 by pramsey, 15 years ago

Committed to trunk as of r3817

comment:2 by pramsey, 15 years ago

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

Note: See TracTickets for help on using tickets.