Add field species:wikidata to plant objects (#320)

* Update hedge.json
* Update tree_row.json
* Update wood.json
* Update scrub.json
This commit is contained in:
Tobias
2022-01-03 13:43:16 +01:00
committed by GitHub
parent 2674a3c887
commit 53646325e1
4 changed files with 14 additions and 0 deletions
+3
View File
@@ -3,6 +3,9 @@
"fields": [
"height"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"line",
"area"
+5
View File
@@ -1,5 +1,10 @@
{
"icon": "temaki-shrub",
"moreFields": [
"leaf_type",
"leaf_cycle",
"species/wikidata"
],
"geometry": [
"area"
],
+3
View File
@@ -5,6 +5,9 @@
"leaf_cycle",
"denotation"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"line"
],
+3
View File
@@ -5,6 +5,9 @@
"leaf_type",
"leaf_cycle"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"area",
"point"