mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add courier.json
Add preset for `office=courier`, to improve tagging consistency, 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. Note: I previously submitted a [PR](https://github.com/openstreetmap/id-tagging-schema/pull/929), but deleted the branch it was on, and apparently doing so closes the PR, too.
This commit is contained in:
parent
8f0f711c90
commit
0c326b3d3a
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",
|
||||
"brand",
|
||||
"{office}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"{payment}",
|
||||
"{@templates/poi}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "courier"
|
||||
},
|
||||
"terms": [
|
||||
"carrier",
|
||||
"courier",
|
||||
"courier service",
|
||||
"delivery",
|
||||
"delivery service",
|
||||
"express delivery",
|
||||
"messenger",
|
||||
"package",
|
||||
"parcel"
|
||||
],
|
||||
"name": "Courier Service"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue