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

PostGIS trac at osgeo.org
Mon Dec 28 09:15:58 PST 2015


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

Comment (by strk):

 Example output:
 {{{
 =# SELECT ST_AsText(ST_RemoveRepeatedPoints('MULTILINESTRING((0 0, 0 0, 0
 0, 0 0, 0 0),(0 0,1 0,9 0),(0 0,8 0,9 0))', 2));
                    st_astext
 ------------------------------------------------
  MULTILINESTRING((0 0,0 0),(0 0,9 0),(0 0,9 0))
 (1 row)
 }}}

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