From 972151f8098def206c20f0e4f09bf422500c5bb3 Mon Sep 17 00:00:00 2001 From: zstadler Date: Thu, 23 Nov 2023 13:45:41 +0200 Subject: [PATCH] Regional Preset: path for foot+bicycle in Israel --- .../presets/highway/path/bicycle_foot-IL.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 data/presets/highway/path/bicycle_foot-IL.json diff --git a/data/presets/highway/path/bicycle_foot-IL.json b/data/presets/highway/path/bicycle_foot-IL.json new file mode 100644 index 00000000..0eb5487c --- /dev/null +++ b/data/presets/highway/path/bicycle_foot-IL.json @@ -0,0 +1,55 @@ +{ + "locationSet": { + "include": [ + "il", + "ps" + ] + }, + "icon": "temaki-pedestrian_and_cyclist", + "fields": [ + "mtb:name", + "mtb:name:he", + "oneway:mtb", + "mtb:scale", + "segregated", + "name", + "oneway", + "surface", + "smoothness", + "width", + "structure", + "access", + "incline" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "path" + }, + "addTags": { + "highway": "path", + "foot": "designated", + "bicycle": "designated" + }, + "removeTags": { + "highway": "path", + "foot": "designated", + "bicycle": "designated", + "segregated": "*" + }, + "terms": [ + "bicycle and foot path", + "bike and pedestrian path", + "green way", + "greenway", + "mixed-use trail", + "multi-use trail", + "segregated trail", + "shared path", + "shared use path", + "rail trail" + ], + "matchScore": 0.9, + "name": "Cycle & Foot Path" +}