From e808c2c91168cc31f70a7676da69fcc0b073210e Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:19:06 +0100 Subject: [PATCH] Create picnic_table.json Can be used for several tourism related features. Also see #736 --- data/fields/picnic_table.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/fields/picnic_table.json diff --git a/data/fields/picnic_table.json b/data/fields/picnic_table.json new file mode 100644 index 00000000..375c886a --- /dev/null +++ b/data/fields/picnic_table.json @@ -0,0 +1,9 @@ +{ + "key": "picnic_table", + "type": "check", + "label": "Picnic Table", + "terms": [ + "outdoor table", + "bench" + ] +}