We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8be6b commit f8b134fCopy full SHA for f8b134f
data/presets/amenity/atm.json
@@ -1,5 +1,5 @@
1
{
2
- "icon": "maki-bank",
+ "icon": "temaki-atm2",
3
"fields": [
4
"operator",
5
"network",
data/presets/natural/tree_stump.json
@@ -0,0 +1,23 @@
+{
+ "icon": "temaki-tree_stump",
+ "geometry": [
+ "area",
+ "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