Add deprecation rules for cycleway=opposite_lane
#Part2
#1297
+24
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is based on top of #1295 and #1295 should be merged first.
I split off the
opposite_lane
because they are a bit more complex.We are talking about 5.136 + 7.158 cases that this rule would apply to.
The replacement is following the examples from the proposal https://wiki.openstreetmap.org/wiki/Proposal:Deprecate_cycleway%3Dopposite_family#Tagging_and_Examples an I checked them with @SupaplexOSM.
One thing that makes this more complex is, that countries with Left-hand traffic, those deprecations might not be right.
However, it looks like those are only 18 cases for UK https://taginfo.geofabrik.de/europe:britain-and-ireland/search?q=cycleway%3Aleft%3Dopposite#tags because the more common tag would be https://taginfo.geofabrik.de/europe:britain-and-ireland/search?q=cycleway%3Aright%3Dopposite#tags there (also only ~200 cases).
I think it would be fine to merge this.
However I also think, it would be fine to leave it and handle those cases with a MapRoulette Project instead.