Merge pull request #455 from Binnette/patch-2

Set common tags for trees
This commit is contained in:
Martin Raifer 2022-05-16 13:27:24 +02:00 committed by GitHub
commit 628d9b0be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{
"key": "diameter_crown",
"type": "combo",
"label": "Crown diameter",
"snake_case": false,
"placeholder": "4 m, 9 ft, …"
}

7
data/fields/genus.json Normal file
View file

@ -0,0 +1,7 @@
{
"key": "genus",
"type": "combo",
"label": "Genus",
"snake_case": false,
"placeholder": "Acer, Platanus, Quercus …"
}

7
data/fields/species.json Normal file
View file

@ -0,0 +1,7 @@
{
"key": "species",
"type": "combo",
"label": "Species",
"snake_case": false,
"placeholder": "Acer platanoides, Quercus robur, …"
}

7
data/fields/taxon.json Normal file
View file

@ -0,0 +1,7 @@
{
"key": "taxon",
"type": "combo",
"label": "Taxon",
"snake_case": false,
"placeholder": "Acer platanoides Columnare, Pyrus calleryana Chanticleer …"
}