From 09cae467b9af5aec3f7048963dd9bff50066e2e9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 20 Apr 2025 18:36:14 +0200 Subject: [PATCH] Add unsearchable `highway=footway+footway=crossing+crossing=informal` --- .../highway/footway/crossing/_informal.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/presets/highway/footway/crossing/_informal.json diff --git a/data/presets/highway/footway/crossing/_informal.json b/data/presets/highway/footway/crossing/_informal.json new file mode 100644 index 00000000..01f09e4d --- /dev/null +++ b/data/presets/highway/footway/crossing/_informal.json @@ -0,0 +1,24 @@ +{ + "icon": "temaki-pedestrian", + "fields": [ + "crossing", + "surface" + ], + "moreFields": [ + "{@templates/crossing/geometry_way_more}" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "footway": "crossing", + "crossing": "informal" + }, + "reference": { + "key": "crossing", + "value": "informal" + }, + "name": "{highway/crossing/informal}", + "searchable": false +}