[postgis-tickets] [PostGIS] #2427: ST_CurveToLine does not keep first point
PostGIS
trac at osgeo.org
Tue Aug 13 15:03:38 PDT 2013
#2427: ST_CurveToLine does not keep first point
---------------------+------------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.4
Component: postgis | Version: 2.0.x
Keywords: curves |
---------------------+------------------------------------------------------
The first point of a CIRCULARSTRING is lost when linearizing:
{{{
=> select st_astext(st_pointn(ST_CurveToLine('CIRCULARSTRING(-1 0,0 1,0
-1)'),1));
POINT(-1 1.22460635382238e-16)
}}}
1.5 works fine, 2.0.3 is affected
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2427>
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