Skip to content

Commit 172ce96

Browse files
committed
Add presets for underground waste and recycling containers
1 parent 2df3411 commit 172ce96

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"icon": "maki-recycling",
3+
"fields": [
4+
"{amenity/recycling_container}"
5+
],
6+
"moreFields": [
7+
"{amenity/recycling_container}"
8+
],
9+
"geometry": [
10+
"point",
11+
"area"
12+
],
13+
"terms": [
14+
"{amenity/recycling_container}"
15+
],
16+
"tags": {
17+
"amenity": "recycling",
18+
"recycling_type": "container",
19+
"location": "underground"
20+
},
21+
"reference": {
22+
"key": "recycling_type",
23+
"value": "container"
24+
},
25+
"aliases": [
26+
"Underground Recycling Container"
27+
],
28+
"name": "Underground Recycling Bin"
29+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"icon": "fas-dumpster",
3+
"fields": [
4+
"{amenity/waste_disposal}"
5+
],
6+
"moreFields": [
7+
"{amenity/waste_disposal}"
8+
],
9+
"geometry": [
10+
"point",
11+
"vertex",
12+
"area"
13+
],
14+
"tags": {
15+
"amenity": "waste_disposal",
16+
"location": "underground"
17+
},
18+
"terms": [
19+
"{amenity/waste_disposal}"
20+
],
21+
"name": "Underground Garbage Dumpster"
22+
}

0 commit comments

Comments
 (0)