locationtech / jts

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

Fix `ConcaveHullOfPolygons` nested shell handling #1081

Closed dr-jts closed 1 month ago

dr-jts commented 1 month ago

Fixes ConcaveHullOfPolygons nested shell handling, by ignoring shells which are nested inside holes.

Fixes #1080.