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