diff --git a/data/deprecated.json b/data/deprecated.json index 566e0488b..79a1424ab 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"} diff --git a/data/taginfo.json b/data/taginfo.json index 0fbad572e..8a42d0370 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"},