Closed frewsxcv closed 2 weeks ago
Oh well later it says:
A LineString is valid if it is either empty or contains 2 or more coordinates.
So maybe it's just the first line of the docs that could be tweaked that could indicate it could also be empty 🤷🏻 Or maybe it's not worth changing
https://docs.rs/geo-types/latest/geo_types/geometry/struct.LineString.html
The first line says:
Whereas the following line says:
So is it "two or more" or can it be "empty"?