georust / geos

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

Upgrade wkt package version to fix a bug involving multipoint. #116

Closed aglasscage closed 2 years ago

aglasscage commented 2 years ago

Without the package upgrade we panic with this error:

thread 'to_geo::test::geom_to_geo_multipoint' panicked at 'called `Result::unwrap()` on an `Err` value: ConversionError("impossible to read wkt: Missing closing parenthesis for type")', src/to_geo.rs:82:59
GuillaumeGomez commented 2 years ago

Thanks!