[postgis-tickets] [PostGIS] #2429: Curve lost in conversion
PostGIS
trac at osgeo.org
Wed Aug 14 11:51:46 PDT 2013
#2429: Curve lost in conversion
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
{{{
with inp as ( SELECT 'CIRCULARSTRING(706817.662 115873.071,706816.112
115870.167,706815.419 115866.95)'::geometry g ) select
st_hasarc(st_curvetoline(st_linetocurve(g))) from inp;
}}}
The curve is lost when going to line and back to curve.
Affected all versions from 1.5 to 2.2.0dev
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2429>
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