added dimension fields and more terms for stone

This commit is contained in:
bgo-eiu 2022-05-27 18:29:08 -04:00 committed by GitHub
parent 1c9309bc1d
commit ca17efb6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,13 @@
{
"icon": "temaki-boulder1",
"fields": [
"name"
"name",
"height"
],
"moreFields": [
"width",
"diameter",
"circumference"
],
"geometry": [
"point",
@ -13,7 +19,10 @@
"terms": [
"boulder",
"stone",
"rock"
"rock",
"findling",
"glacial erratic",
"erratic"
],
"name": "Unattached Stone / Boulder"
"name": "Glacial Erratic / Boulder"
}