mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Parcel locker category change (#339)
* deprecated old vending_machine tagging for parcel lockers * moved and updated parcel lockers presets * removed non-english term * removed terms referring to brands since they will be pulled from NSI anyway * fixed missing tag * added missing preset for dropoff only locker * created single preset for parcel locker * use generic "parcel locker" as title of preset * add some additional search terms * make description field optional again Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
parent
a0306df0ed
commit
06f9a6d3fd
5 changed files with 43 additions and 35 deletions
5
data/fields/parcel_dropoff.json
Normal file
5
data/fields/parcel_dropoff.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "parcel_mail_in",
|
||||
"type": "check",
|
||||
"label": "Parcel Dropoff"
|
||||
}
|
||||
12
data/fields/parcel_pickup.json
Normal file
12
data/fields/parcel_pickup.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "parcel_pickup",
|
||||
"type": "check",
|
||||
"label": "Parcel Pickup",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be Yes",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue