mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
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:
parent
0076d3bb97
commit
a8849a90e7
1 changed files with 32 additions and 0 deletions
32
data/presets/office/courier.json
Normal file
32
data/presets/office/courier.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue