mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
UK specific Post Box tagging. (#804)
adding fields for tags: post_box:type and royal_cypher
This commit is contained in:
parent
5f39fef5d7
commit
5014680cde
4 changed files with 66 additions and 0 deletions
|
|
@ -44,5 +44,10 @@
|
|||
"postal box",
|
||||
"postbox"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"name": "Mail Drop Box"
|
||||
}
|
||||
|
|
|
|||
27
data/presets/amenity/post_box/post_box-GB.json
Normal file
27
data/presets/amenity/post_box/post_box-GB.json
Normal 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}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue