From 4224e39793e2cc3873ad90feefd20e4c65a905a0 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:54:07 -0400 Subject: [PATCH] Deprecate some fast_food values --- data/deprecated.json | 8 ++++++++ data/taginfo.json | 2 ++ 2 files changed, 10 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index a6125c5f0..273752dd5 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -474,6 +474,14 @@ "old": {"escalator": "*"}, "replace": {"highway": "steps", "conveying": "$1"} }, + { + "old": {"fast_food": "pizza"}, + "replace": {"cuisine": "pizza"} + }, + { + "old": {"fast_food": "shawarma"}, + "replace": {"cuisine": "shawarma"} + }, { "old": {"fee": "0"}, "replace": {"fee": "no"} diff --git a/data/taginfo.json b/data/taginfo.json index 62ff24598..aa1ed5d00 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2116,6 +2116,8 @@ {"key": "entrance", "value": "main_entrance", "description": "🄳 ➜ entrance=main"}, {"key": "entrance", "value": "private", "description": "🄳 ➜ entrance=yes + access=private"}, {"key": "escalator", "description": "🄳 ➜ highway=steps + conveying=*"}, + {"key": "fast_food", "value": "pizza", "description": "🄳 ➜ cuisine=pizza"}, + {"key": "fast_food", "value": "shawarma", "description": "🄳 ➜ cuisine=shawarma"}, {"key": "fee", "value": "0", "description": "🄳 ➜ fee=no"}, {"key": "fee", "value": "free", "description": "🄳 ➜ fee=no"}, {"key": "fee", "value": "Free", "description": "🄳 ➜ fee=no"},