diff --git a/data/deprecated.json b/data/deprecated.json index ff2d07d51..affdabd30 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1158,6 +1158,10 @@ "old": {"rwn_expected_route_relations": "*"}, "replace": {"expected_rwn_route_relations": "$1"} }, + { + "old": {"service": "drive_through"}, + "replace": {"service": "drive-through"} + }, { "old": {"shop": "adult"}, "replace": {"shop": "erotic"} diff --git a/data/taginfo.json b/data/taginfo.json index ed863dbef..15c8d3e2d 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2284,6 +2284,7 @@ {"key": "roof:shape", "value": "half_hipped", "description": "🄳 ➜ roof:shape=half-hipped"}, {"key": "route", "value": "ncn", "description": "🄳 ➜ route=bicycle + network=ncn"}, {"key": "rwn_expected_route_relations", "description": "🄳 ➜ expected_rwn_route_relations=*"}, + {"key": "service", "value": "drive_through", "description": "🄳 ➜ service=drive-through"}, {"key": "shop", "value": "adult", "description": "🄳 ➜ shop=erotic"}, {"key": "shop", "value": "antique", "description": "🄳 ➜ shop=antiques"}, {"key": "shop", "value": "army_surplus", "description": "🄳 ➜ shop=military_surplus"},