georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 42 forks source link

Add conversion from `geo_types::MultiPoint` and `geo_types::MultiLineString` #126

Closed mthh closed 1 year ago

mthh commented 1 year ago

While working with geos and geo_types I saw that conversion from geo_types to geos wasn't implemented for MultiLineString nor MultiPoint.

The changes are very trivial but I added a test for both cases.

GuillaumeGomez commented 1 year ago

Can you rebase on master so the CI can run please?

mthh commented 1 year ago

Can you rebase on master so the CI can run please?

Done !

GuillaumeGomez commented 1 year ago

Thanks!