Create courier.json, add preset for office=courier

Add preset for office=courier, to improve tagging consistensy, and assist contributors in finding the tag for a [courier delivery service office](https://wiki.openstreetmap.org/wiki/Tag:office%3Dcourier).

Taginfo shows https://taginfo.openstreetmap.org/keys/office#values (search for "courier", "delivery") several similar values that appear to be trying to tag the same thing.
This commit is contained in:
Win Olario 2023-06-22 13:41:00 +08:00 committed by GitHub
parent 0076d3bb97
commit a8849a90e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,32 @@
{
"icon": "fas-people-carry-box",
"fields": [
"name",
"address",
"opening_hours"
],
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"tags": {
"office": "courier"
},
"terms": [
"courier",
"delivery",
"express delivery",
"delivery service",
"parcel",
"package",
"messenger",
"carrier"
],
"name": "Courier Service Office"
}