[postgis-tickets] [PostGIS] #2415: ST_Multi does not support curve geometries

PostGIS trac at osgeo.org
Thu Aug 8 23:26:26 PDT 2013


#2415: ST_Multi does not support curve geometries
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  strk         
     Type:  defect   |      Status:  assigned     
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by strk):

  * owner:  pramsey => strk
  * status:  new => assigned


Comment:

 Actually CIRCULARSTRING is already supported, only COMPOUNDCURVE and
 CURVEPOLYGON are not.
 The problem is with use of lwtype_is_collection, which considers
 curVEPOLYGON and COMPOUNDCURVE as collections. Fixing that function isn't
 something for 2.1.0, but changing ST_Multi to avoid it could get into it,
 IMHO.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2415#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list