[postgis-tickets] [PostGIS] #3780: ST_Reverse(curve) has no effect
PostGIS
trac at osgeo.org
Mon Jun 26 13:21:31 PDT 2017
#3780: ST_Reverse(curve) has no effect
---------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: 2.3.x
Keywords: curves |
---------------------+---------------------------
Check this out:
{{{
strk=# select ST_AsText(ST_Reverse('CIRCULARSTRING(0 0, 5 5, 10
0)'::geometry));
st_astext
------------------------------
CIRCULARSTRING(0 0,5 5,10 0)
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3780>
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