From 3e334b11a3bf11ee7bf629b6a2d46d249a2c4362 Mon Sep 17 00:00:00 2001 From: tohaklim Date: Sat, 7 Jul 2018 14:56:54 +0100 Subject: [PATCH] Attempt to improve entrance searchability I am currently unable to bring-up entrance by typing in "entrance" on a vertex, this might help? --- data/presets/presets/entrance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/presets/presets/entrance.json b/data/presets/presets/entrance.json index 824521a01..8d646f038 100644 --- a/data/presets/presets/entrance.json +++ b/data/presets/presets/entrance.json @@ -3,6 +3,11 @@ "geometry": [ "vertex" ], + "terms": [ + "entrance", + "exit", + "door" + ], "tags": { "entrance": "*" },