From 7bf5a08f29743d9def9c130cfa7e53cd53cac70a Mon Sep 17 00:00:00 2001 From: Roman Deev Date: Thu, 19 Dec 2024 22:36:27 +0300 Subject: [PATCH] Add preset for `entrance=shop` (#1299) --- data/presets/entrance/shop.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/presets/entrance/shop.json diff --git a/data/presets/entrance/shop.json b/data/presets/entrance/shop.json new file mode 100644 index 00000000..cd5f2fc8 --- /dev/null +++ b/data/presets/entrance/shop.json @@ -0,0 +1,13 @@ +{ + "icon": "maki-entrance-alt1", + "geometry": [ + "vertex" + ], + "tags": { + "entrance": "shop" + }, + "terms": [ + "door" + ], + "name": "Shop Entrance" +}