Opened 7 years ago
Last modified 7 years ago
#17472 new enhancement
Warn about redundant cycleway tags
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core validator | Version: | latest |
| Keywords: | cycleway | Cc: |
Description
cycleway=*, cycleway:left=* and cycleway:right=* tags used together is most likely a tagging error.
Currently, it affects 4142 ways globally: https://overpass-turbo.eu/s/H4S
Some ways tagged with cycleway=* together with cycleway:(left|right)=no. As far as I know, the left|right attributes override the non-side specific tags making an error. That's why is it needed to warn about these ways.
There are also some ways with cycleway=no used together with cycleway:(left|right)=<something positive, like lane>
Also if the road is oneway, the three tags could be reduced to cycleway:left=* and cycleway:right=*, because the cycleway=* only means cycleway on the drive side (according to wiki).



I'm interested in the person's opinion who downvoted the report. Is it too complicated or wrong?