[postgis-tickets] [PostGIS] #3969: ST_RemoveRepeatedPoints regression

PostGIS trac at osgeo.org
Thu Jan 4 08:12:46 PST 2018


#3969: ST_RemoveRepeatedPoints regression
------------------------+---------------------------
 Reporter:  Algunenano  |      Owner:  strk
     Type:  defect      |     Status:  new
 Priority:  high        |  Milestone:  PostGIS 2.5.0
Component:  liblwgeom   |    Version:  trunk
 Keywords:              |
------------------------+---------------------------
 Trunk removes too many points in the following query:
 {{{
 # SELECT 18, ST_AsText( ST_RemoveRepeatedPoints('POLYGON((0 0, 0 1, 1 1, 1
 0, 0 0))'::geometry, 10));
  ?column? |   st_astext
 ----------+---------------
        18 | POLYGON EMPTY
 (1 row)
 }}}
 {{{POLYGON((0 0,1 1,1 0,0 0))}}} is the expected result.

 GH PR: https://github.com/postgis/postgis/pull/182

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3969>
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