Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Bus lanes with a center turn lane break #243

Open
dabreegster opened this issue Aug 2, 2022 · 0 comments
Open

Bus lanes with a center turn lane break #243

dabreegster opened this issue Aug 2, 2022 · 0 comments

Comments

@dabreegster
Copy link
Contributor

lanes:both_ways=1 and something like bus:lanes:backward=||designated don't work together, due to

if forward.len().checked_add(backward.len()) != Some(road.len()) {
counting the both-ways lane in road.len().

Example is https://www.openstreetmap.org/way/753045259

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant