[postgis-tickets] [PostGIS] #4389: ST_SimplifyPreserveTopology doesn't always preserve topology with inner holes

PostGIS trac at osgeo.org
Thu May 9 12:24:20 PDT 2019


#4389: ST_SimplifyPreserveTopology doesn't always preserve topology with inner
holes
----------------------+---------------------------
  Reporter:  pnorman  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.5.3
 Component:  postgis  |    Version:  2.5.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by mdavis):

 This is a  known bug in the original JTS implementation (see
 [http://locationtech.github.io/jts/javadoc/org/locationtech/jts/simplify/TopologyPreservingSimplifier.html
 Javadoc] ).

 As mentioned there, the workaround is to simply remove holes which lie
 outside the polygon shell.  But of course this needs to be implemented in
 GEOS (and JTS too ideally).  There should be a GEOS ticket created for
 this.

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