Skip to content

Commit f8b134f

Browse files
authored
Add Tree Stump Preset and update ATM icon (#630)
1 parent 0c8be6b commit f8b134f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

data/presets/amenity/atm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"icon": "maki-bank",
2+
"icon": "temaki-atm2",
33
"fields": [
44
"operator",
55
"network",

data/presets/natural/tree_stump.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"icon": "temaki-tree_stump",
3+
"geometry": [
4+
"area",
5+
"point"
6+
],
7+
"moreFields": [
8+
"leaf_type_singular",
9+
"leaf_cycle_singular",
10+
"denotation",
11+
"height",
12+
"circumference",
13+
"{natural/tree}"
14+
],
15+
"tags": {
16+
"natural": "tree_stump"
17+
},
18+
"terms": [
19+
"cut tree",
20+
"removed tree"
21+
],
22+
"name": "Tree Stump"
23+
}

0 commit comments

Comments
 (0)