From bd1d0198bb081688c6c66ebb53cc3984bd5c03f9 Mon Sep 17 00:00:00 2001 From: bgo-eiu <100172442+bgo-eiu@users.noreply.github.com> Date: Fri, 27 May 2022 17:57:54 -0400 Subject: [PATCH] added geological outcrop field --- data/fields/geological_outcrop.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/fields/geological_outcrop.json diff --git a/data/fields/geological_outcrop.json b/data/fields/geological_outcrop.json new file mode 100644 index 00000000..bf7801ce --- /dev/null +++ b/data/fields/geological_outcrop.json @@ -0,0 +1,11 @@ +{ + "key": "geological", + "type": "defaultCheck", + "label": "Exposed bedrock", + "strings": { + "options": { + "undefined": "No", + "outcrop": "Yes" + } + } +