My app generates polygons many times a second. Sometimes it panics with the following:
index-c3cba34161ffd897.js:406 panicked at 'index out of bounds: the len is 1 but the index is 4294967295', /home/user/.cargo/git/checkouts/rust-geo-booleanop-3fbb75e5fa6cd1f8/188f016/lib/src/boolean/connect_edges.rs:180:38
It only seems to happen when taking the difference. Below are some vertices that have caused the issue:
p1 = [(-87.89134, 223.90228), (-93.1746, -213.39839), (-99.17416, -213.32591), (-93.8909, 223.97476)]
p2 = [(-30.8955, 223.21368), (-33.432434, 13.228989), (-153.42368, -14.678665), (-150.88675, 224.66336)]
My app generates polygons many times a second. Sometimes it panics with the following:
It only seems to happen when taking the difference. Below are some vertices that have caused the issue: