From 41a9443e8461558b85597d59a79cf783ddf23f61 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 24 Apr 2024 16:10:04 +0200 Subject: [PATCH] cycleway/crossing: add "oneway" field to unmarked in bicycle_foot This streamlines the presets and makes it easer to review and use them. --- data/presets/highway/cycleway/crossing/bicycle_foot.json | 1 + data/presets/highway/cycleway/crossing/unmarked.json | 1 + 2 files changed, 2 insertions(+) diff --git a/data/presets/highway/cycleway/crossing/bicycle_foot.json b/data/presets/highway/cycleway/crossing/bicycle_foot.json index e98be5da..c6ee1fc4 100644 --- a/data/presets/highway/cycleway/crossing/bicycle_foot.json +++ b/data/presets/highway/cycleway/crossing/bicycle_foot.json @@ -10,6 +10,7 @@ }, "icon": "temaki-ped_cyclist_crosswalk", "fields": [ + "oneway", "crossing", "surface", "smoothness", diff --git a/data/presets/highway/cycleway/crossing/unmarked.json b/data/presets/highway/cycleway/crossing/unmarked.json index a008c3ee..7aabc763 100644 --- a/data/presets/highway/cycleway/crossing/unmarked.json +++ b/data/presets/highway/cycleway/crossing/unmarked.json @@ -1,6 +1,7 @@ { "icon": "fas-biking", "fields": [ + "oneway", "crossing", "surface", "tactile_paving",