mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 06:34:43 +02:00
Add opening_hours to parcel_locker (#438)
According to [taginfo](https://taginfo.openstreetmap.org/tags/?key=amenity&value=parcel_locker#combinations), 2/3 of all parcel lockers have an `opening_hours` tag. Most of these are `24/7`, but I see many enough lockers that have other modes. In this PR I: * add the tag to the list of common fields; * add `brand` and `colour` fields to the `moreFields` list — these are mentioned on the wiki page, and might be interesting to fill out; * also move `operator` to the top, since it's the most important attribute of a parcel locker.
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-vending_lockers",
|
||||
"fields": [
|
||||
"operator",
|
||||
"parcel_pickup",
|
||||
"parcel_dropoff",
|
||||
"operator",
|
||||
"opening_hours",
|
||||
"payment_multi",
|
||||
"ref"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"colour"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
|
||||
Reference in New Issue
Block a user