locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.94k stars 441 forks source link

Fix PolygonHoleJoiner #862

Closed dr-jts closed 2 years ago

dr-jts commented 2 years ago

Fixes an issue in PolygonHoleJoiner where inserted holes that touch the shell caused vertex duplication, which caused potential self-intersecting results.

Also has various code cleanups.

Signed-off-by: Martin Davis mtnclimb@gmail.com