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=*"},