Skip to content

Commit

Permalink
Merge pull request #455 from Binnette/patch-2
Browse files Browse the repository at this point in the history
Set common tags for trees
  • Loading branch information
tyrasd authored May 16, 2022
2 parents d37af89 + ac6d4bb commit 628d9b0
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
7 changes: 7 additions & 0 deletions data/fields/diameter_crown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"key": "diameter_crown",
"type": "combo",
"label": "Crown diameter",
"snake_case": false,
"placeholder": "4 m, 9 ft, …"
}
7 changes: 7 additions & 0 deletions data/fields/genus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"key": "genus",
"type": "combo",
"label": "Genus",
"snake_case": false,
"placeholder": "Acer, Platanus, Quercus …"
}
7 changes: 7 additions & 0 deletions data/fields/species.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"key": "species",
"type": "combo",
"label": "Species",
"snake_case": false,
"placeholder": "Acer platanoides, Quercus robur, …"
}
7 changes: 7 additions & 0 deletions data/fields/taxon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"key": "taxon",
"type": "combo",
"label": "Taxon",
"snake_case": false,
"placeholder": "Acer platanoides Columnare, Pyrus calleryana Chanticleer …"
}
12 changes: 9 additions & 3 deletions data/presets/natural/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 628d9b0

Please sign in to comment.