From b5251bf5573b2c616a96d72d80f01a2acdcc6acb Mon Sep 17 00:00:00 2001 From: bgo-eiu <100172442+bgo-eiu@users.noreply.github.com> Date: Fri, 27 May 2022 21:08:52 -0400 Subject: [PATCH] added boulder alias; removed circumference to avoid conflation w tree usage --- data/presets/natural/stone.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/presets/natural/stone.json b/data/presets/natural/stone.json index 9a70ac4e..1eb09204 100644 --- a/data/presets/natural/stone.json +++ b/data/presets/natural/stone.json @@ -6,8 +6,7 @@ ], "moreFields": [ "width", - "diameter", - "circumference" + "diameter" ], "geometry": [ "point", @@ -24,5 +23,8 @@ "glacial erratic", "erratic" ], - "name": "Glacial Erratic / Boulder" + "aliases": [ + "Boulder" + ], + "name": "Glacial Erratic" }