We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LineString
https://docs.rs/geo-types/latest/geo_types/geometry/struct.LineString.html
The first line says:
An ordered collection of two or more Coords, representing a path between locations.
Whereas the following line says:
A LineString is closed if it is empty, or if the first and last coordinates are the same.
So is it "two or more" or can it be "empty"?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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"?
The text was updated successfully, but these errors were encountered: