-
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
Review slip-road handlers #4348
Comments
3 tasks
oxidase
added a commit
that referenced
this issue
Aug 3, 2017
oxidase
added a commit
that referenced
this issue
Aug 3, 2017
oxidase
added a commit
that referenced
this issue
Aug 3, 2017
oxidase
added a commit
that referenced
this issue
Aug 3, 2017
@MoKob in the 4th scenario sliproad handler discards the sliproad candidate at
because first road is also a motorway_link
|
oxidase
added a commit
that referenced
this issue
Aug 3, 2017
oxidase
added a commit
that referenced
this issue
Aug 4, 2017
oxidase
added a commit
that referenced
this issue
Aug 4, 2017
oxidase
added a commit
that referenced
this issue
Aug 4, 2017
oxidase
added a commit
that referenced
this issue
Aug 4, 2017
oxidase
added a commit
that referenced
this issue
Aug 4, 2017
oxidase
added a commit
that referenced
this issue
Aug 4, 2017
oxidase
added a commit
that referenced
this issue
Sep 11, 2017
oxidase
added a commit
that referenced
this issue
Sep 11, 2017
oxidase
added a commit
that referenced
this issue
Sep 11, 2017
oxidase
added a commit
that referenced
this issue
Sep 12, 2017
oxidase
added a commit
that referenced
this issue
Sep 12, 2017
oxidase
added a commit
that referenced
this issue
Sep 12, 2017
oxidase
added a commit
that referenced
this issue
Sep 12, 2017
oxidase
added a commit
that referenced
this issue
Sep 13, 2017
oxidase
added a commit
that referenced
this issue
Sep 13, 2017
oxidase
added a commit
that referenced
this issue
Oct 2, 2017
oxidase
added a commit
that referenced
this issue
Oct 2, 2017
oxidase
added a commit
that referenced
this issue
Oct 2, 2017
oxidase
added a commit
that referenced
this issue
Oct 2, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 4, 2017
oxidase
added a commit
that referenced
this issue
Oct 5, 2017
oxidase
added a commit
that referenced
this issue
Oct 5, 2017
TheMarex
pushed a commit
that referenced
this issue
Oct 9, 2017
TheMarex
pushed a commit
that referenced
this issue
Oct 9, 2017
All four cases are merged as separate PRs |
frodrigo
pushed a commit
to Mapotempo/osrm-backend
that referenced
this issue
Dec 18, 2017
frodrigo
pushed a commit
to Mapotempo/osrm-backend
that referenced
this issue
Dec 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scenario 1
primary
viaprimary_link
onto secondary.osrm
This feels like a primary candidate for a sliproad.
Scenario 2
tertiary
viatertiary_link
onto second residential.osrm
Looks very similar to scenario 3, only down two road categories. Actions remain the same:
Scenario 3
residential_road
viaresidential_road
ontoresidential_road
osrm
This one is tricky, due to no
link
class. Given the matching names and the short segment, we might be able to detect these.Scenario 4
motorway_link
viamotorway_link
ontoprimary
osrm
This might be influenced with us treating motorways differently than normal roads.
The text was updated successfully, but these errors were encountered: