Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Comment thread
tyrasd marked this conversation as resolved.
"snake_case": false,
"placeholder": "4 m, 9 ft, …"
Comment thread
tyrasd marked this conversation as resolved.
}
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"
Comment thread
Binnette marked this conversation as resolved.
"circumference"
Comment thread
tyrasd marked this conversation as resolved.
],
"moreFields": [
"circumference",
"species/wikidata"
"genus",
"species",
"species/wikidata",
"taxon",
"start_date",
"diameter_crown",
Comment thread
Binnette marked this conversation as resolved.
"diameter",
"name"
],
"geometry": [
"point",
Expand Down