[postgis-tickets] [PostGIS] #3388: ST_RemoveRepeatedPoints can change endpoint
PostGIS
trac at osgeo.org
Tue Dec 1 08:36:40 PST 2015
#3388: ST_RemoveRepeatedPoints can change endpoint
---------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.1
Component: postgis | Version: 2.2.x
Keywords: |
---------------------+---------------------------
I don't think ST_RemoveRepeatedPoints should move endpoints.
The last point can instead disappear:
{{{
=$ select ST_AsText(ST_RemoveRepeatedPoints('LINESTRING(10 0,10 9,10 10)',
2));
st_astext
-----------------------
LINESTRING(10 0,10 9)
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3388>
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