[postgis-tickets] [PostGIS] #2295: ST_DumpPoints doesn't support curved geometries

PostGIS trac at osgeo.org
Sun May 12 15:16:50 PDT 2013


#2295: ST_DumpPoints doesn't support curved geometries
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  nw           
     Type:  patch    |      Status:  assigned     
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  2.0.x        
 Keywords:  history  |  
---------------------+------------------------------------------------------

Comment(by nw):

 Huh?

 postgis_reg=# select path,st_astext(geom) from
 st_dumppoints('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0),(1 0, 0
 1))'::geometry);
  path  | st_astext
 -------+------------
  {1,1} | POINT(0 0)
  {1,2} | POINT(1 1)
  {1,3} | POINT(1 0)
  {2,1} | POINT(1 0)
  {2,2} | POINT(0 1)
 (5 rows)

 postgis_reg=#

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2295#comment:7>
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