Add deprecation rules for cycleway=opposite and rename field strings (#1295)

This commit is contained in:
Tobias 2024-12-29 08:19:21 +01:00 committed by GitHub
parent 9c7d193b25
commit 9aeafb1e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 8 deletions

View file

@ -2103,5 +2103,13 @@
{
"old": {"industrial": "brickworks"},
"replace": {"industrial": "brickyard"}
},
{
"old": {"cycleway": "opposite"},
"replace": {"oneway:bicycle": "no", "cycleway:both": "no"}
},
{
"old": {"cycleway:left": "opposite"},
"replace": {"oneway:bicycle": "no", "cycleway:left": "no"}
}
]

View file

@ -36,17 +36,17 @@
"title": "Bike Lane Shared With Bus",
"description": "A bike lane shared with a bus lane"
},
"opposite_lane": {
"title": "Opposite Bike Lane",
"description": "A bike lane that travels in the opposite direction of traffic"
},
"opposite": {
"title": "Contraflow Bike Lane",
"description": "A bike lane that travels in both directions on a one-way street"
},
"separate": {
"title": "Cycleway Mapped Separately",
"description": "Indicates that cycleway was mapped as a separate geometry"
},
"opposite_lane": {
"title": "(Deprecated) Opposite Bike Lane",
"description": "Please update with oneway, oneway:bicycle, and cycleway:left/right=lane etc."
},
"opposite": {
"title": "(Deprecated) Contraflow Bike Lane",
"description": "Please update with oneway=yes, oneway:bicycle=no, and cycleway:both=no etc."
}
}
},