-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add exit rotary/roundabout #150
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, assuming it’s safe to treat the exit instruction as a simple turn. What about throughabouts – does OSRM emit an exit instruction for those? If so, would “Go straight” be an appropriate exit instruction?
Would you mind adding to the changelog?
Unsure about |
@1ec5 will update the changelog when we do a release. More items might go into the next release, unsure if it will be a |
Normally we maintain a running changelog with “master” or “unreleased” as the section heading.
Apparently throughabouts get no instructions at all: Project-OSRM/osrm-backend#4333. |
@bsudekum - this just adds tests right because |
@mcwhittemore yep. In the future if we'd like to add special handling for rotary/roundabout exits, we can. |
This is failing on master: https://travis-ci.org/Project-OSRM/osrm-text-instructions/builds/274284651. |
@1ec5 I think it may have to do with: #148 Logging memo locally while running tests, I'm seeing:
|
This didn’t happen. It can be helpful to add to the changelog as part of the PR, when the changes are top of mind. |
Adds handling for new types
exit rotary
andexit roundabout
.This can be handled as a simple turn, no special instruction needed.
/cc @1ec5 @mcwhittemore