mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate some "sustenance" tags
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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=*"},
|
||||
|
||||
Reference in New Issue
Block a user