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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,9 @@
"fields": [
"height"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"line",
"area"

View file

@ -1,5 +1,10 @@
{
"icon": "temaki-shrub",
"moreFields": [
"leaf_type",
"leaf_cycle",
"species/wikidata"
],
"geometry": [
"area"
],

View file

@ -5,6 +5,9 @@
"leaf_cycle",
"denotation"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"line"
],

View file

@ -5,6 +5,9 @@
"leaf_type",
"leaf_cycle"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"area",
"point"