mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 14:44:54 +02:00
Add Tree Stump Preset and update ATM icon (#630)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-bank",
|
||||
"icon": "temaki-atm2",
|
||||
"fields": [
|
||||
"operator",
|
||||
"network",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user