From f1c181cb85584dab2562e908d1a96a11bdb3c073 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 5 Jun 2020 13:29:25 +0200 Subject: [PATCH] Add 'cycleway:eft=opposite_lane' to trigger twoway --- Profiles/bicycle/aspects/bicycle.oneway.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Profiles/bicycle/aspects/bicycle.oneway.json b/Profiles/bicycle/aspects/bicycle.oneway.json index 23735d7..7baf07b 100644 --- a/Profiles/bicycle/aspects/bicycle.oneway.json +++ b/Profiles/bicycle/aspects/bicycle.oneway.json @@ -43,7 +43,8 @@ "lane": "both", "track": "both", "shared_lane": "both", - "share_busway": "both" + "share_busway": "both", + "opposite_lane": "both" } } }