Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#508 closed defect (fixed)

TopologyPreservingSimplifier creates invalid line from closed line

Reported by: strk Owned by: geos-devel@…
Priority: major Milestone: 3.3.4
Component: Default Version: 3.3.3
Severity: Unassigned Keywords:
Cc:

Description

Passing "LINESTRING(0 0, 5 0, 5 5, 0 0)" to TopologyPreservingSimplifier with a tolerance of 10 returns "LINESTRING(0 0, 0 0)", which is invalid.

See http://trac.osgeo.org/postgis/ticket/1545

Change History (3)

comment:1 by strk, 12 years ago

Milestone: 3.3.33.3.4
Version: 3.3.23.3.3

comment:2 by strk, 12 years ago

Resolution: fixed
Status: newclosed

r3626 in 3.3 branch, r3627 in trunk

comment:3 by strk, 12 years ago

For the record, as reported in #510 this was fixed in JTS with its revision 536

Note: See TracTickets for help on using tickets.