Deprecate bicycle:oneway -> oneway:bicycle (close #7281)

This commit is contained in:
Quincy Morgan
2020-01-23 09:00:46 -05:00
parent 046fb1d0bf
commit 9aefe4a6dc
2 changed files with 5 additions and 0 deletions

View File

@@ -204,6 +204,10 @@
"old": {"barrier": "wood_fence"},
"replace": {"barrier": "fence", "fence_type": "wood"}
},
{
"old": {"bicycle:oneway": "*"},
"replace": {"oneway:bicycle": "$1"}
},
{
"old": {"building": "entrance"},
"replace": {"entrance": "*"}

View File

@@ -1993,6 +1993,7 @@
{"key": "barrier", "value": "railing", "description": "🄳 ➜ barrier=fence + fence_type=railing"},
{"key": "barrier", "value": "wire_fence", "description": "🄳 ➜ barrier=fence + fence_type=wire"},
{"key": "barrier", "value": "wood_fence", "description": "🄳 ➜ barrier=fence + fence_type=wood"},
{"key": "bicycle:oneway", "description": "🄳 ➜ oneway:bicycle=*"},
{"key": "building", "value": "family_house", "description": "🄳 ➜ building=house"},
{"key": "building", "value": "home", "description": "🄳 ➜ building=house"},
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},