Skip to content
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

Update intersection classes in osrm response to not label all ramps as motorway #2279

Merged
merged 13 commits into from
Mar 23, 2020

Conversation

danpaz
Copy link
Collaborator

@danpaz danpaz commented Mar 19, 2020

Issue

Pulling just the minimal fix out of #2276 for the intersections.classes[] part of the response. After discussing with @kevinkreiser adding road_class to waypoints will need more work to keep track of which edge along the path is associated with each location.

Tasklist

  • Add tests
  • Add #fixes with the issue number that this PR addresses
  • Generally use squash merge to rebase and clean comments before merging
  • Update the changelog

Requirements / Relations

Link any requirements here. Other pull requests this PR is based on?

kevinkreiser
kevinkreiser previously approved these changes Mar 19, 2020
@danpaz danpaz merged commit c7abc38 into master Mar 23, 2020
@danpaz danpaz deleted the fix_motorway_classes branch March 23, 2020 13:00
yuzheyan added a commit that referenced this pull request Mar 23, 2020
…into interpolation_bug_fix

* 'interpolation_bug_fix' of github.com:valhalla/valhalla:
  Update intersection classes in osrm response to not label all ramps as motorway (#2279)
  More stop impact changes (#2282)
yuzheyan added a commit that referenced this pull request Mar 25, 2020
* master:
  additional data processing options  (#2285)
  Fix Uturn cases on not_thru edge connected to origin. (#2272)
  Interpolation bug fix (#2275)
  Update intersection classes in osrm response to not label all ramps as motorway (#2279)
  More stop impact changes (#2282)
  Fixed verbal multi-cue logic (#2270)
  Re-write test/astar.cc to use gurka graph creation helpers rather than hard-coding edge creation/IDs
  Add gurka test framework to ease creation of test cases with ascii-maps
  Add helper functions so that we can perform actions without serializing if desired - this is to support testing of intermediate results.
  Make protobuf cleanup after tile building optional (on by default) so that tests can repeatedly call mjolnir::build_tile_set
  Downgrade some log messages to warnings - they are non-fatal behaviours, no error is actually emitted by the code.
  Reduce concurrency of lint debug build so that it doesn't hit OOM problems on CI
  Exact Reachability (ie v3) (#2243)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants