mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 16:19:42 +02:00
Merge pull request #455 from Binnette/patch-2
Set common tags for trees
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "diameter_crown",
|
||||
"type": "combo",
|
||||
"label": "Crown diameter",
|
||||
"snake_case": false,
|
||||
"placeholder": "4 m, 9 ft, …"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "genus",
|
||||
"type": "combo",
|
||||
"label": "Genus",
|
||||
"snake_case": false,
|
||||
"placeholder": "Acer, Platanus, Quercus …"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "species",
|
||||
"type": "combo",
|
||||
"label": "Species",
|
||||
"snake_case": false,
|
||||
"placeholder": "Acer platanoides, Quercus robur, …"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "taxon",
|
||||
"type": "combo",
|
||||
"label": "Taxon",
|
||||
"snake_case": false,
|
||||
"placeholder": "Acer platanoides Columnare, Pyrus calleryana Chanticleer …"
|
||||
}
|
||||
@@ -5,11 +5,17 @@
|
||||
"leaf_cycle_singular",
|
||||
"denotation",
|
||||
"height",
|
||||
"diameter"
|
||||
"circumference"
|
||||
],
|
||||
"moreFields": [
|
||||
"circumference",
|
||||
"species/wikidata"
|
||||
"genus",
|
||||
"species",
|
||||
"species/wikidata",
|
||||
"taxon",
|
||||
"start_date",
|
||||
"diameter_crown",
|
||||
"diameter",
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user