-
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
Fix guidance sliproads scenario 3 #4493
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.
Can you make maps for before / after, e.g. for Berlin and SF. I would love to understand what will change here with this addition. I think you can use the geojson logger we have for this use-case.
Also do you think we should always only skip a single intersection? Or should we skip intersections until a distance threshold is reached?
Travis fails: I don't know why we didn't see this before. |
923c43a
to
ad9ef92
Compare
@daniel-j-h i have created a map where
As i see blue nodes is really big change, so i think to remove
_link in OSM sliproad ways to keep some "green" sliproad nodes.
|
ad9ef92
to
1ab127b
Compare
1ab127b
to
8f83192
Compare
8f83192
to
d6974cb
Compare
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.
Just sampled some locations affected by this change and it looks good from what I've seen so far. 👍
Issue
PR fixes scenario 3 of #4348
by adding an additional check for an intermediate node
Also PR changes allowed angle from 115 to 140 degrees for non-link sliproad check that updates scenario 2 of #4348
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?