mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 00:29:40 +02:00
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:
@@ -3,6 +3,9 @@
|
||||
"fields": [
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"icon": "temaki-shrub",
|
||||
"moreFields": [
|
||||
"leaf_type",
|
||||
"leaf_cycle",
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
"leaf_cycle",
|
||||
"denotation"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
"leaf_type",
|
||||
"leaf_cycle"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
|
||||
Reference in New Issue
Block a user