Skip to content

Commit

Permalink
Add Tree Stump Preset and update ATM icon (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 committed Nov 7, 2022
1 parent 0c8be6b commit f8b134f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/presets/amenity/atm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-bank",
"icon": "temaki-atm2",
"fields": [
"operator",
"network",
Expand Down
23 changes: 23 additions & 0 deletions data/presets/natural/tree_stump.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "temaki-tree_stump",
"geometry": [
"area",
"point"
],
"moreFields": [
"leaf_type_singular",
"leaf_cycle_singular",
"denotation",
"height",
"circumference",
"{natural/tree}"
],
"tags": {
"natural": "tree_stump"
},
"terms": [
"cut tree",
"removed tree"
],
"name": "Tree Stump"
}

0 comments on commit f8b134f

Please sign in to comment.