rust-geo-booleanop icon indicating copy to clipboard operation
rust-geo-booleanop copied to clipboard

Misattributed hole with intersection

Open davebrent opened this issue 5 years ago • 2 comments

While performing intersections on some polygons I am running into cases where the holes of some polygons are being assigned to different ones on output.

I checked against the JavaScript version that the crate is based on and it has the same problem. So I've created an issue over there as well.

The data for one of these cases can be found in this gist.

davebrent avatar Jan 03 '19 10:01 davebrent

Once/if there is a fix, I will backport it.

untoldwind avatar Jan 23 '19 10:01 untoldwind

Oh forgot the link this issue -- this is actually solved in #10 for the Rust version already (test case exists).

bluenote10 avatar Feb 22 '20 11:02 bluenote10