geometry icon indicating copy to clipboard operation
geometry copied to clipboard

Add regression test for non-overlapping polygon intersection (issue #1439)

Open kashish2710 opened this issue 1 week ago • 1 comments

This PR adds a minimal regression test reproducing issue #1439.

The test shows that boost::geometry::intersection currently produces a non-empty result for two polygons that do not overlap.

The test fails on Boost 1.89 (tested on Linux / Google Colab), confirming that the reported behavior is still present.

Once the underlying issue is fixed, this test will help ensure that the behavior does not regress in future changes.

Screenshot 2025-12-13 at 4 32 31 PM

Still reproducible on Boost 1.89 (Linux). See attached output showing non-empty intersection for non-overlapping polygons.

kashish2710 avatar Dec 13 '25 14:12 kashish2710