Deprecate some "sustenance" tags

This commit is contained in:
Quincy Morgan
2019-06-03 08:42:38 -04:00
parent f0f389e846
commit 9e68ea4be7
2 changed files with 20 additions and 0 deletions
+16
View File
@@ -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"}
+4
View File
@@ -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=*"},