[postgis-tickets] [PostGIS] #4077: st_removerepeatedpoints regression

PostGIS trac at osgeo.org
Sun Jun 10 11:47:05 PDT 2018


#4077: st_removerepeatedpoints regression
----------------------+---------------------------
  Reporter:  nicklas  |      Owner:  pramsey
      Type:  defect   |     Status:  reopened
  Priority:  medium   |  Milestone:  PostGIS 2.5.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------
Changes (by nicklas):

 * status:  closed => reopened
 * resolution:  worksforme =>


Comment:

 Well, did anyone try with trunk?

 It was trunk that gives me the problem.

 Something has changed since 2.4 where it worked as expected.

 I will try to investigate but I don't really know where to start.

 Can someone replicate this with latest trunk?

 Now I tried r16611.

 To get the error run:

 {{{
 select st_removerepeatedpoints(st_snaptogrid('multipolygon(((1 1, 1 2, 2
 2,1 1)))'::geometry, 10));
 }}}

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