Opened 9 years ago
Closed 11 months ago
#3263 closed defect (fixed)
ST_PreserveTopology breaks narrow polygon
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS GEOS |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
I've the polygon of a river with a small island that becomes invalid after ST_PreserveTopology is called on it, with a relatively large tolerance.
The invalidity is "Hole lies outside shell", which makes me think such occurrence isn't being checked for preservation.
\cc Martin Davis
I've spotted this with POSTGIS="2.2.0dev r13965" GEOS="3.5.0dev-CAPI-1.9.0 r4059" Waiting for permissions before sharing the input (or I'll cut it in pieces later)
Note:
See TracTickets
for help on using tickets.
This is fixed in GEOS by https://github.com/libgeos/geos/pull/1012