From ca17efb6b48c9b0176a6907b585e6b96b09dcf3d Mon Sep 17 00:00:00 2001 From: bgo-eiu <100172442+bgo-eiu@users.noreply.github.com> Date: Fri, 27 May 2022 18:29:08 -0400 Subject: [PATCH] added dimension fields and more terms for stone --- data/presets/natural/stone.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/data/presets/natural/stone.json b/data/presets/natural/stone.json index 423ab638..9a70ac4e 100644 --- a/data/presets/natural/stone.json +++ b/data/presets/natural/stone.json @@ -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" }