georust / rstar

R*-tree spatial index for the Rust ecosystem
https://docs.rs/rstar
Apache License 2.0
415 stars 68 forks source link

Fix overflows applying selection iterators to empty trees by choosing a more tame value for AABB::new_empty #162

Closed adamreichold closed 7 months ago

adamreichold commented 7 months ago

Closes #161

gold-silver-copper commented 7 months ago

Thank you it works great now !

frewsxcv commented 3 weeks ago

Sharing for visibility– This is causing an issue in geo: https://github.com/georust/geo/issues/1260