[postgis-tickets] [PostGIS] #3772: ST_CurveToLine symmetric output

PostGIS trac at osgeo.org
Tue Jun 13 01:39:20 PDT 2017


#3772: ST_CurveToLine symmetric output
-------------------------+---------------------------
 Reporter:  strk         |      Owner:  strk
     Type:  enhancement  |     Status:  assigned
 Priority:  medium       |  Milestone:  PostGIS 2.4.0
Component:  postgis      |    Version:  trunk
 Keywords:               |
-------------------------+---------------------------
 The Current ST_CurveToLine function does not make any effort to balance
 the resulting segments so that the length of first and last segments are
 equal.
 Rather, segments from the start try to be as long as needed to conver a
 quarter circle by as many segments as segments_per_qtr_circle argument
 requests.

 This ticket is to allow for requesting a symmetric output instead, that is
 balancing the length of last segment so that it is the same of the first
 segment.

 See also #2464

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