Opened 13 years ago
Closed 11 years ago
#1545 closed defect (fixed)
ST_SimplifyPreserveTopology creates invalid geometries [fixed by GEOS-3.3.4]
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS GEOS |
Component: | postgis | Version: | master |
Keywords: | Cc: | mtnclimb@… |
Description
When simplifying a closed linestring by a tolerance higher than the max extent dimension such closed linestring becomes formed by 2 equal points, which makes it invalid.
I belive the whole point of preserving topology should be preventing such occurrences.
Change History (7)
comment:1 by , 13 years ago
comment:4 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS 2.1.0 |
---|
A GEOS bug, not a blocker for 2.0 (it's not new, it's been around forever), so I'm pushing forward.
comment:5 by , 13 years ago
Martin fixed this in JTS. See the GEOS part of this here: http://trac.osgeo.org/geos/ticket/510
comment:6 by , 13 years ago
Milestone: | PostGIS 2.1.0 → PostGIS GEOS |
---|---|
Summary: | ST_SimplifyPreserveTopology creates invalid geometries → ST_SimplifyPreserveTopology creates invalid geometries [fixed by GEOS-3.3.4] |
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Nothing to do here, it's fixed by upgrading GEOS to 3.3.4+
Note:
See TracTickets
for help on using tickets.
Example: