From 3a6618ab616b2fd2d86629bc82bef2245214064e Mon Sep 17 00:00:00 2001 From: Jake Low Date: Tue, 1 Oct 2024 22:39:50 -0700 Subject: [PATCH] Add preset for natural arch --- data/presets/natural/arch.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/presets/natural/arch.json diff --git a/data/presets/natural/arch.json b/data/presets/natural/arch.json new file mode 100644 index 000000000..ceb63e033 --- /dev/null +++ b/data/presets/natural/arch.json @@ -0,0 +1,19 @@ +{ + "icon": "temaki-natural_arch", + "fields": [ + "name" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "natural": "arch" + }, + "terms": [ + "natural arch", + "natural bridge", + "rock arch" + ], + "name": "Natural Arch" +}