From d0de16c669e741b616d4de1bb265bfc1c3f68d52 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 Apr 2018 23:19:59 +0200 Subject: [PATCH] add reef preset --- data/presets/presets/natural/reef.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/presets/presets/natural/reef.json diff --git a/data/presets/presets/natural/reef.json b/data/presets/presets/natural/reef.json new file mode 100644 index 000000000..225c4ecb4 --- /dev/null +++ b/data/presets/presets/natural/reef.json @@ -0,0 +1,14 @@ +{ + "icon": "poi-beach", + "geometry": [ + "point", + "area" + ], + "tags": { + "natural": "reef" + }, + "terms": [ + "reef" + ], + "name": "Reef" +}