Skip to content

Commit

Permalink
Add presets for amenity=amnesty_bin and knife bin subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
RedAuburn committed Aug 24, 2024
1 parent e25f91e commit 456e61e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/presets/amenity/amnesty_bin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"icon": "maki-waste-basket",
"fields": [
"operator",
"waste",
"collection_times",
"material",
"colour"
],
"moreFields": [
"covered",
"indoor",
],
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "amnesty_bin"
},
"terms": [
"amnestics bin"
],
"name": "Amnesty Bin"
}
23 changes: 23 additions & 0 deletions data/presets/amenity/waste/knives.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "maki-waste-basket",
"fields": [
"operator",
"collection_times",
"indoor"
"colour"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "amnesty_bin",
"waste": "knives"
},
"terms": [
"knife amnesty bank",
"knife bin",
"weapon bin"
],
"name": "Knife Surrender Bin"
}

0 comments on commit 456e61e

Please sign in to comment.