Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/presets/amenity/post_box.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"postal box",
"postbox"
],
"locationSet": {
"exclude": [
"gb"
]
},
"name": "Mail Drop Box"
}
45 changes: 45 additions & 0 deletions data/presets/amenity/post_box/post_box_gb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"icon": "temaki-post_box",
"locationSet": {
"include": [
"gb"
]
},
"fields": [
"operator",
"collection_times",
"post_box:type",
"royal_cypher",
"ref"
],
"moreFields": [
"colour",
"indoor",
"level",
"material",
"support",
"wheelchair"
],
Comment thread
UKChris-osm marked this conversation as resolved.
Outdated
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "post_box"
},
"terms": [
"letter drop",
"mail box",
"mail collection box",
"mail drop",
"mail dropoff",
"mailbox",
"package drop",
"pillar box",
"pillarbox",
"post box",
"postal box",
"postbox"
],
"name": "Post Box"
Comment thread
UKChris-osm marked this conversation as resolved.
Outdated
}