From 9d1a46d2412d174d4542016eaea3cf10d41df29a Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 20 Apr 2025 18:09:56 +0200 Subject: [PATCH] Make `crossing=informal` unsearchable The `terms` are not used by iD but maybe other editors use them. --- .../crossing/{informal.json => _informal.json} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename data/presets/highway/crossing/{informal.json => _informal.json} (81%) diff --git a/data/presets/highway/crossing/informal.json b/data/presets/highway/crossing/_informal.json similarity index 81% rename from data/presets/highway/crossing/informal.json rename to data/presets/highway/crossing/_informal.json index 96474cb5..53424251 100644 --- a/data/presets/highway/crossing/informal.json +++ b/data/presets/highway/crossing/_informal.json @@ -7,16 +7,18 @@ "vertex" ], "tags": { + "highway": "crossing", "crossing": "informal" }, - "reference": { - "key": "crossing", - "value": "informal" - }, "terms": [ "informal crosswalk", "informal foot path crossing", "informal pedestrian crossing" ], - "name": "Informal Crossing" + "reference": { + "key": "crossing", + "value": "informal" + }, + "name": "Informal Crossing", + "searchable": false }