Skip to content
New issue

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

geoQuantize should not repeat identical coordinates in LineStrings #141

Merged
merged 1 commit into from
Jan 31, 2019

Conversation

Fil
Copy link
Member

@Fil Fil commented Aug 11, 2018

geoQuantize should not repeat identical coordinates in LineStrings and other objects that depend on them (MultiLineString, Polygons…)
Except when this would yield an illegal LineString with only one point.
And, except when points contain additional information (such as a z coordinate); for a similar reason, MultiPoints keep multiple points even if they share the same (quantized) coordinates, as they might be counted.

(see also #122)

and other objects that depend on them (MultiLineString, Polygons…)
Except when this would yield an illegal LineString with only one point.
And, except when points contain additional information (such as a z coordinate); for a similar reason, MultiPoints keep multiple points even if they share the same (quantized) coordinates, as they might be counted.
@Fil Fil requested a review from mbostock August 11, 2018 17:48
@Fil Fil merged commit f844dbc into master Jan 31, 2019
@Fil Fil deleted the geoquantize-no-repeat branch January 31, 2019 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant