mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Deprecate various cuisine values in favor of diet tags (close #5993)
This commit is contained in:
@@ -116,6 +116,26 @@
|
||||
"old": {"craft": "optician"},
|
||||
"replace": {"shop": "optician"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "gluten-free"},
|
||||
"replace": {"diet:gluten_free": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "halal"},
|
||||
"replace": {"diet:halal": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "kosher"},
|
||||
"replace": {"diet:kosher": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "vegan"},
|
||||
"replace": {"diet:vegan": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "vegetarian"},
|
||||
"replace": {"diet:vegetarian": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"drinkable": "*"},
|
||||
"replace": {"drinking_water": "$1"}
|
||||
|
||||
Reference in New Issue
Block a user