From 809155ecbc45dbf624538aaf56ae2151443f9b0c Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 23 Sep 2020 12:41:28 -0400 Subject: [PATCH] Deprecate service=drive_through -> service=drive-through --- data/deprecated.json | 4 ++++ data/taginfo.json | 1 + 2 files changed, 5 insertions(+) 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"},