mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 04:09:33 +02:00
Deprecate vending=parcel_mail_in;parcel_pickup -> vending=parcel_pickup;parcel_mail_in (close #7988)
Enable upgrading of entire semicolon-delimited values
This commit is contained in:
@@ -1558,6 +1558,10 @@
|
||||
"old": {"unnamed": "*"},
|
||||
"replace": {"noname": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"vending": "parcel_mail_in;parcel_pickup"},
|
||||
"replace": {"vending": "parcel_pickup;parcel_mail_in"}
|
||||
},
|
||||
{
|
||||
"old": {"vhf_channel": "*"},
|
||||
"replace": {"vhf": "$1"}
|
||||
|
||||
@@ -2366,6 +2366,7 @@
|
||||
{"key": "type", "value": "shield", "description": "🄳 ➜ volcano:type=shield"},
|
||||
{"key": "type", "value": "strato", "description": "🄳 ➜ volcano:type=stratovolcano"},
|
||||
{"key": "unnamed", "description": "🄳 ➜ noname=*"},
|
||||
{"key": "vending", "value": "parcel_mail_in;parcel_pickup", "description": "🄳 ➜ vending=parcel_pickup;parcel_mail_in"},
|
||||
{"key": "vhf_channel", "description": "🄳 ➜ vhf=*"},
|
||||
{"key": "volcano", "value": "extinct", "description": "🄳 ➜ volcano:status=extinct"},
|
||||
{"key": "wall_type", "value": "noise_barrier", "description": "🄳 ➜ wall=noise_barrier"},
|
||||
|
||||
Reference in New Issue
Block a user