Skip to content

Commit

Permalink
Properly set parcel_pickup to yes in deprecation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riQQ authored Jan 22, 2022
1 parent 71fa767 commit 0e52968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
},
{
"old": {"amenity": "vending_machine", "vending": "parcel_pickup;parcel_mail_in"},
"replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes"}
"replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes", "parcel_pickup": "yes"}
},
{
"old": {"amenity": "vending_machine", "vending": "parcel_mail_in"},
Expand All @@ -189,7 +189,7 @@
},
{
"old": {"amenity": "vending_machine", "vending": "parcel_mail_in;parcel_pickup"},
"replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes"}
"replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes", "parcel_pickup": "yes"}
},
{
"old": {"amenity": "weigh_bridge"},
Expand Down

0 comments on commit 0e52968

Please sign in to comment.