[postgis-tickets] [PostGIS] #4283: ST_CurveToLine duplicates last point when linearizing circle

PostGIS trac at osgeo.org
Thu Dec 27 09:11:09 PST 2018


#4283: ST_CurveToLine duplicates last point when linearizing circle
---------------------+---------------------------
 Reporter:  dbaston  |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.5.2
Component:  postgis  |    Version:  2.5.x
 Keywords:           |
---------------------+---------------------------
 Depends on the tolerance settings used.
 As seen in the output of.


 {{{
 select st_astext(st_curvetoline('CIRCULARSTRING(0 0, 1 0, 0 0)', 14, 0));
 }}}

 Checked in 2.5.x, may occur earlier.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4283>
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