Deprecate crossing=traffic_lights (close #7685)

This commit is contained in:
Quincy Morgan
2020-06-22 09:42:52 -04:00
parent 79190945d0
commit 3474aaa9ad
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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": "*"}
+1
View File
@@ -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=*"},