UK specific Post Box tagging. (#804)

adding fields for tags: post_box:type and royal_cypher
This commit is contained in:
UKChris-osm 2023-03-01 21:30:42 +00:00 committed by GitHub
parent 5f39fef5d7
commit 5014680cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 0 deletions

View file

@ -44,5 +44,10 @@
"postal box",
"postbox"
],
"locationSet": {
"exclude": [
"gb"
]
},
"name": "Mail Drop Box"
}

View file

@ -0,0 +1,27 @@
{
"icon": "temaki-post_box",
"locationSet": {
"include": [
"gb"
]
},
"fields": [
"operator",
"collection_times",
"post_box/type",
"royal_cypher",
"ref"
],
"moreFields": [
"{amenity/post_box}",
"drive_through"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "post_box"
},
"name": "{amenity/post_box}"
}