georust/wkt

MultiPoint should handle mix of EMPTY and non Empty points

michaelkirk opened this issue · 0 comments

e.g. This currently crashes:

let mp = Wkt::from_str(MULTIPOINT(1.0 2.0, EMPTY)).unwrap()

Error is:

called `Result::unwrap()` on an `Err` value: "Expected a number for the X coordinate"