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", } } }