georust / geos

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

Add create_multilinestring and create_geometrycollection #30

Closed mthh closed 5 years ago

mthh commented 5 years ago

This PR adds create_multilinestring and create_geometrycollection methods (fixes #27) and forces to check the type of each geometry given in argument in create_multipoint, create_multilinestring and create_multipolygon methods (fixes #29).