mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Deprecate some fast_food values
This commit is contained in:
@@ -474,6 +474,14 @@
|
||||
"old": {"escalator": "*"},
|
||||
"replace": {"highway": "steps", "conveying": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"fast_food": "pizza"},
|
||||
"replace": {"cuisine": "pizza"}
|
||||
},
|
||||
{
|
||||
"old": {"fast_food": "shawarma"},
|
||||
"replace": {"cuisine": "shawarma"}
|
||||
},
|
||||
{
|
||||
"old": {"fee": "0"},
|
||||
"replace": {"fee": "no"}
|
||||
|
||||
@@ -2116,6 +2116,8 @@
|
||||
{"key": "entrance", "value": "main_entrance", "description": "🄳 ➜ entrance=main"},
|
||||
{"key": "entrance", "value": "private", "description": "🄳 ➜ entrance=yes + access=private"},
|
||||
{"key": "escalator", "description": "🄳 ➜ highway=steps + conveying=*"},
|
||||
{"key": "fast_food", "value": "pizza", "description": "🄳 ➜ cuisine=pizza"},
|
||||
{"key": "fast_food", "value": "shawarma", "description": "🄳 ➜ cuisine=shawarma"},
|
||||
{"key": "fee", "value": "0", "description": "🄳 ➜ fee=no"},
|
||||
{"key": "fee", "value": "free", "description": "🄳 ➜ fee=no"},
|
||||
{"key": "fee", "value": "Free", "description": "🄳 ➜ fee=no"},
|
||||
|
||||
Reference in New Issue
Block a user