georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.56k stars 199 forks source link

implement RTreeObject for `Geometry` #982

Open JosiahParry opened 1 year ago

JosiahParry commented 1 year ago

Using geo with the rstar feature flag enabled lets one insert only Point, LineString, and Polygon into an RTreeObject.

It would be a great benefit to have support for the generic Geomerty enum.

See discord convo for more.

Related issue https://github.com/georust/rstar/issues/108