From fb7bf63ed202a6e42337714b2509b3fc65feb92c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 5 Jun 2020 13:36:36 +0200 Subject: [PATCH] Add 'cycleway:eft=' with some more often used values according to taginfo to trigger twoway --- Profiles/bicycle/aspects/bicycle.oneway.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Profiles/bicycle/aspects/bicycle.oneway.json b/Profiles/bicycle/aspects/bicycle.oneway.json index 7baf07b..a64a88c 100644 --- a/Profiles/bicycle/aspects/bicycle.oneway.json +++ b/Profiles/bicycle/aspects/bicycle.oneway.json @@ -39,12 +39,15 @@ }, "cycleway:left": { "no": "with", + "none": "with", "yes": "both", "lane": "both", "track": "both", "shared_lane": "both", "share_busway": "both", - "opposite_lane": "both" + "opposite_lane": "both", + "opposite_track": "both", + "opposite": "both", } } }