Deprecate service=drive_through -> service=drive-through

This commit is contained in:
Quincy Morgan
2020-09-23 12:41:28 -04:00
parent ef2217fa94
commit 809155ecbc
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1158,6 +1158,10 @@
"old": {"rwn_expected_route_relations": "*"},
"replace": {"expected_rwn_route_relations": "$1"}
},
{
"old": {"service": "drive_through"},
"replace": {"service": "drive-through"}
},
{
"old": {"shop": "adult"},
"replace": {"shop": "erotic"}
+1
View File
@@ -2284,6 +2284,7 @@
{"key": "roof:shape", "value": "half_hipped", "description": "🄳 ➜ roof:shape=half-hipped"},
{"key": "route", "value": "ncn", "description": "🄳 ➜ route=bicycle + network=ncn"},
{"key": "rwn_expected_route_relations", "description": "🄳 ➜ expected_rwn_route_relations=*"},
{"key": "service", "value": "drive_through", "description": "🄳 ➜ service=drive-through"},
{"key": "shop", "value": "adult", "description": "🄳 ➜ shop=erotic"},
{"key": "shop", "value": "antique", "description": "🄳 ➜ shop=antiques"},
{"key": "shop", "value": "army_surplus", "description": "🄳 ➜ shop=military_surplus"},