Deprecate direction values that have been replaced by incline tags

This commit is contained in:
Quincy Morgan
2019-09-17 16:55:54 -04:00
parent fcb4a5fa11
commit 252b4006be
2 changed files with 18 additions and 0 deletions
+16
View File
@@ -292,6 +292,14 @@
"old": {"direction": "all"},
"replace": {"direction": "both"}
},
{
"old": {"direction": "down", "highway": "*"},
"replace": {"incline": "down", "highway": "$1"}
},
{
"old": {"direction": "downhill"},
"replace": {"incline": "down"}
},
{
"old": {"direction": "East"},
"replace": {"direction": "E"}
@@ -308,6 +316,14 @@
"old": {"direction": "South"},
"replace": {"direction": "S"}
},
{
"old": {"direction": "up", "highway": "*"},
"replace": {"incline": "up", "highway": "$1"}
},
{
"old": {"direction": "uphill"},
"replace": {"incline": "up"}
},
{
"old": {"direction": "West"},
"replace": {"direction": "W"}
+2
View File
@@ -1903,10 +1903,12 @@
{"key": "diaper", "value": "room", "description": "🄳 ➜ changing_table=yes + changing_table:location=room"},
{"key": "diaper", "value": "yes", "description": "🄳 ➜ changing_table=yes"},
{"key": "direction", "value": "all", "description": "🄳 ➜ direction=both"},
{"key": "direction", "value": "downhill", "description": "🄳 ➜ incline=down"},
{"key": "direction", "value": "East", "description": "🄳 ➜ direction=E"},
{"key": "direction", "value": "forward;backward", "description": "🄳 ➜ direction=both"},
{"key": "direction", "value": "North", "description": "🄳 ➜ direction=N"},
{"key": "direction", "value": "South", "description": "🄳 ➜ direction=S"},
{"key": "direction", "value": "uphill", "description": "🄳 ➜ incline=up"},
{"key": "direction", "value": "West", "description": "🄳 ➜ direction=W"},
{"key": "drinkable", "description": "🄳 ➜ drinking_water=*"},
{"key": "dropped_kerb", "description": "🄳 ➜ kerb=lowered"},