-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
left/right turns should incur a delay #42
Comments
Optimizing the number of instructions is planned for 0.4 release. Am 02.12.2011 um 18:55 schrieb Emil Tin reply@reply.github.com:
|
a stab at moving turn penalty computations to the lua profile: develop...lua_turns |
Turn penalties have been integrated |
should be usd for cars: #860 |
number of turns is important when people choose routes on bicycle (probably same with other modes). fewer turns are better.
left and right turns are different unless it's a one-way street; in countries with right-side driving, turning right is not as bad as turning left. because you're not crossing through the oncoming traffic.
The text was updated successfully, but these errors were encountered: