From 89f7343710668f82184a40ca239a7ee4ad20cc43 Mon Sep 17 00:00:00 2001 From: Dimitar <19364673+Dimitar5555@users.noreply.github.com> Date: Tue, 16 May 2023 13:33:22 +0200 Subject: [PATCH] Make unspecified Pedestrian Crossing (line preset) searchable (#889) --- .../highway/footway/{_crossing.json => crossing.json} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename data/presets/highway/footway/{_crossing.json => crossing.json} (73%) diff --git a/data/presets/highway/footway/_crossing.json b/data/presets/highway/footway/crossing.json similarity index 73% rename from data/presets/highway/footway/_crossing.json rename to data/presets/highway/footway/crossing.json index fd062699..f8f2d6d1 100644 --- a/data/presets/highway/footway/_crossing.json +++ b/data/presets/highway/footway/crossing.json @@ -8,6 +8,9 @@ "crossing_raised", "access" ], + "moreFields": [ + "flashing_lights" + ], "geometry": [ "line" ], @@ -15,10 +18,14 @@ "highway": "footway", "footway": "crossing" }, + "terms": [ + "crosswalk", + "foot path crossing", + "pedestrian crossing" + ], "reference": { "key": "footway", "value": "crossing" }, - "searchable": false, "name": "Pedestrian Crossing" }