locationtech / jts

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

Fix OverlayNG Area Check heuristic for difference #1005

Closed dr-jts closed 10 months ago

dr-jts commented 11 months ago

This change fixes the OverlayNG area check heuristic for the difference operation, to handle cases where the difference result has a very small area.

Fixes #951

grimsa commented 10 months ago

@dr-jts I will test the fix by Monday and report here.

grimsa commented 10 months ago

@dr-jts I can confirm that the fix works - we are no longer seeing the errors related to area check heuristic that we have seen before.