From 9e68ea4be7483b7217b5e53e3082d00268ab19c2 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 3 Jun 2019 08:42:38 -0400 Subject: [PATCH] Deprecate some "sustenance" tags --- data/deprecated.json | 16 ++++++++++++++++ data/taginfo.json | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 0151bcf28..666dd7f16 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -777,6 +777,22 @@ "old": {"sport": "shuffle_board"}, "replace": {"sport": "shuffleboard"} }, + { + "old": {"sustenance": "bar"}, + "replace": {"amenity": "bar"} + }, + { + "old": {"sustenance": "cafe"}, + "replace": {"amenity": "cafe"} + }, + { + "old": {"sustenance": "pub"}, + "replace": {"amenity": "pub"} + }, + { + "old": {"sustenance": "restaurant"}, + "replace": {"amenity": "restaurant"} + }, { "old": {"theatre:type": "amphitheatre"}, "replace": {"theatre:type": "amphi"} diff --git a/data/taginfo.json b/data/taginfo.json index 7107a9c57..3727f9dbc 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1924,6 +1924,10 @@ {"key": "sport", "value": "horse_shoes", "description": "🄳 ➜ sport=horseshoes"}, {"key": "sport", "value": "horseshoe", "description": "🄳 ➜ sport=horseshoes"}, {"key": "sport", "value": "shuffle_board", "description": "🄳 ➜ sport=shuffleboard"}, + {"key": "sustenance", "value": "bar", "description": "🄳 ➜ amenity=bar"}, + {"key": "sustenance", "value": "cafe", "description": "🄳 ➜ amenity=cafe"}, + {"key": "sustenance", "value": "pub", "description": "🄳 ➜ amenity=pub"}, + {"key": "sustenance", "value": "restaurant", "description": "🄳 ➜ amenity=restaurant"}, {"key": "theatre:type", "value": "amphitheatre", "description": "🄳 ➜ theatre:type=amphi"}, {"key": "todo", "description": "🄳 ➜ fixme=*"}, {"key": "TODO", "description": "🄳 ➜ fixme=*"},