Deprecate bridge=1

This commit is contained in:
Quincy Morgan
2020-02-26 10:41:59 -08:00
parent c5f0ccf7eb
commit abeb559234
2 changed files with 5 additions and 0 deletions

View File

@@ -211,6 +211,10 @@
"old": {"bicycle:oneway": "*"},
"replace": {"oneway:bicycle": "$1"}
},
{
"old": {"bridge": "1"},
"replace": {"bridge": "yes"}
},
{
"old": {"building": "entrance"},
"replace": {"entrance": "*"}

View File

@@ -1999,6 +1999,7 @@
{"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": "bridge", "value": "1", "description": "🄳 ➜ bridge=yes"},
{"key": "building", "value": "family_house", "description": "🄳 ➜ building=house"},
{"key": "building", "value": "home", "description": "🄳 ➜ building=house"},
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},