locationtech / jts

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

Fix IsValidOp for repeated node points #845

Closed dr-jts closed 2 years ago

dr-jts commented 2 years ago

Fix IsValidOp to correctly validate polygons with repeated points at the location of nodes (intersections between holes and shells).

Fixes #843

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