-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH #86: Add LANE to withTrafficCyclewayTags #142
base: master
Are you sure you want to change the base?
Conversation
How did you arrive at this formula? What sort of testing have you done to ensure this still gives reasonable routes elsewhere in SF, East Bay, etc? |
We assign the
I'll play around with other bike-only routes to make sure this doesn't break things. |
to be clear, the |
Fixes #86:
A painted bike lane is still cycling infrastructure that is shared with car traffic. As such, ways that have
cycleway=lane
tags but also accommodate car traffic should receive a highway-based penalty.Adding
LANE
towithTrafficCyclewayTags
allows existingBikeCommonFlagEncoder
code to levy a highway-based penalty to the way. This penalty will bep - 1
, wherep
is the highway-basedPenaltyCode
's level.