mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Deprecate crossing=traffic_lights (close #7685)
This commit is contained in:
@@ -318,6 +318,10 @@
|
||||
"old": {"crossing": "island"},
|
||||
"replace": {"crossing:island": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"crossing": "traffic_lights"},
|
||||
"replace": {"crossing": "traffic_signals"}
|
||||
},
|
||||
{
|
||||
"old": {"cuisine": "gluten-free"},
|
||||
"replace": {"diet:gluten_free": "*"}
|
||||
|
||||
@@ -2070,6 +2070,7 @@
|
||||
{"key": "craft", "value": "optician", "description": "🄳 ➜ shop=optician"},
|
||||
{"key": "craft", "value": "sculpter", "description": "🄳 ➜ craft=sculptor"},
|
||||
{"key": "crossing", "value": "island", "description": "🄳 ➜ crossing:island=yes"},
|
||||
{"key": "crossing", "value": "traffic_lights", "description": "🄳 ➜ crossing=traffic_signals"},
|
||||
{"key": "cuisine", "value": "gluten-free", "description": "🄳 ➜ diet:gluten_free=*"},
|
||||
{"key": "cuisine", "value": "halal", "description": "🄳 ➜ diet:halal=*"},
|
||||
{"key": "cuisine", "value": "kosher", "description": "🄳 ➜ diet:kosher=*"},
|
||||
|
||||
Reference in New Issue
Block a user