Opened 4 years ago
Last modified 4 years ago
#20334 new enhancement
Validator - complain if tag is present with different "lifecycle" states
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | multiple lifecycle | Cc: |
Description
Complain if a node/way/relation has a tag present in multiple lifecycle states, e.g. if for a given "xxx" tag it has > 1 of:
proposed:xxx
xxx
disused:xxx
temporary:xxx
Attachments (0)
Change History (3)
follow-up: 3 comment:1 by , 4 years ago
comment:2 by , 4 years ago
Component: | Core → Core validator |
---|---|
Keywords: | multiple added; / validator removed |
comment:3 by , 4 years ago
Replying to Famlam:
A disused swimming pool can currently be a restaurant, while the proposed plan is an library, right?
Yeah, it would introduce many false positives.
What about including also the value in the check? I came across a few times a tagging like this:
proposed:highway=road highway=road
In this case, it's not clear what is the current state and a warning could be useful.
(There are many lifecycle combinations and tagging schemes, see osmwiki:Lifecycle_prefix)
A disused swimming pool can currently be a restaurant, while the proposed plan is an library, right?