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

Warn users when joining ways leads to broken relations or multi-value tags #2393

Closed
thomaskonrad opened this issue Oct 11, 2014 · 1 comment

Comments

@thomaskonrad
Copy link

Hi,

I've recently reverted multiple changes of a user who joined several ways where one way was part of a relation and the other was not (this broke the relation). Moreover, the ways had different "highway" tag values ("unclassified" and "residential") which lead to the tag value being "unclassified;residential". The same happened with "maxspeed" tags; the final value was e.g. "30;50". Such multi-value tags do not make any sense for many widespread tags. The said way also disappeared from the Mapnik rendering because the renderer was confused (of course).

So it would be great if the user would be warned if the join of two ways leads to either 1) changed / broken relations or 2) tags with multiple values where this does not make sense (which is the case most of the time IMHO). I think these two cases should be pretty easy to detect programmatically (although I have to admin that I haven't looked into the iD code yet).

Thanks
Thomas

@jfirebaugh
Copy link
Member

Duplicate of #2358 / #908.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants