georust / geo

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

Missing `contains` implementations #1129

Open kylebarron opened 6 months ago

kylebarron commented 6 months ago

Just making a stub here to keep track of a couple missing contains implementations:

the trait bound `geo::MultiPoint: geo::Contains<geo::Geometry>` is not satisfied
the trait bound `geo::MultiPolygon: geo::Contains<geo::Geometry>` is not satisfied

Ref https://github.com/geoarrow/geoarrow-rs/pull/337