Skip to content

Commit 5113aed

Browse files
committed
Add preset for underground waste containers
1 parent 2df3411 commit 5113aed

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
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)