georust / rstar

R*-tree spatial index for the Rust ecosystem
https://docs.rs/rstar
Apache License 2.0
384 stars 67 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 3 months ago

adamreichold commented 3 months ago

Closes #161

gold-silver-copper commented 3 months ago

Thank you it works great now !