[postgis-tickets] [PostGIS] #3410: ST_RemoveRepeatedPoints fails to drop second-to-last point

PostGIS trac at osgeo.org
Mon Dec 28 08:18:27 PST 2015


#3410: ST_RemoveRepeatedPoints fails to drop second-to-last point
----------------------+---------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.2.1
 Component:  postgis  |    Version:  2.2.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 Simplified testcase:
 {{{
 select ST_AsText(ST_RemoveRepeatedPoints(
   'LINESTRING(0 0,8 0,9 0)'
 ::geometry, 2));
 }}}

 I'm finding these cases while trying to fix topological errors as reported
 in #3402.
 Removing consecutive nearby points could help there (if it worked)

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3410#comment:1>
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