From 985dce1711e37c27b604bec372dea1f87b6712ea Mon Sep 17 00:00:00 2001 From: zstadler Date: Thu, 23 Nov 2023 15:32:25 +0200 Subject: [PATCH] Run `npm run lint:fix` --- .../presets/highway/path/bicycle_foot-IL.json | 104 ++++++++++-------- 1 file changed, 56 insertions(+), 48 deletions(-) diff --git a/data/presets/highway/path/bicycle_foot-IL.json b/data/presets/highway/path/bicycle_foot-IL.json index 9cd33900..2bc28f2d 100644 --- a/data/presets/highway/path/bicycle_foot-IL.json +++ b/data/presets/highway/path/bicycle_foot-IL.json @@ -1,48 +1,56 @@ -{ - "locationSet": { - "include": ["il", "ps"] - }, - "icon": "temaki-pedestrian_and_cyclist", - "fields": [ - "mtb/name", - "segregated", - "name", - "oneway", - "surface", - "smoothness", - "width", - "structure", - "access", - "incline" - ], - "moreFields": ["mtb/scale", "sac_scale"], - "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" -} +{ + "locationSet": { + "include": [ + "il", + "ps" + ] + }, + "icon": "temaki-pedestrian_and_cyclist", + "fields": [ + "mtb/name", + "segregated", + "name", + "oneway", + "surface", + "smoothness", + "width", + "structure", + "access", + "incline" + ], + "moreFields": [ + "mtb/scale", + "sac_scale" + ], + "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" +}