mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Deprecate service=drive_through -> service=drive-through
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user