Ticket #508 (closed defect: fixed)

Opened 16 months ago

Last modified 13 months ago

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

Changed 14 months ago by strk

  • version changed from 3.3.2 to 3.3.3
  • milestone changed from 3.3.3 to 3.3.4

Changed 13 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

r3626 in 3.3 branch, r3627 in trunk

Changed 13 months ago by strk

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

Note: See TracTickets for help on using tickets.