From b6470b26969127d342353d82eea98ca11b39a053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Guillou?= Date: Sat, 4 Apr 2020 22:08:52 +1000 Subject: [PATCH] add types of gardens According to https://wiki.openstreetmap.org/wiki/Key:garden:type?uselang=en-AU Ignoring the two types with "unclear definition". --- data/presets/fields/garden/type.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/presets/fields/garden/type.json diff --git a/data/presets/fields/garden/type.json b/data/presets/fields/garden/type.json new file mode 100644 index 000000000..4683eb2ff --- /dev/null +++ b/data/presets/fields/garden/type.json @@ -0,0 +1,15 @@ +{ + "key": "garden:type", + "type": "combo", + "label": "Garden Type", + "strings": { + "options": { + "arboretum": "Arboretum", + "botanical": "Botanical", + "community": "Community", + "residential": "Residential", + "roof_garden": "Roof Garden", + "show_garden": "Show Garden" + } + } +}