-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(routing): upgrade to GraphHopper 8.0 (#363)
* feat(routing): upgrade GraphHopper to 8.0, several refactorings * fix(routing): fixed speed conversion * fix(routing): allow configuring alternative route parameters * test: reverted accidental commit * feat(routing): reactivate cleanup, move weighting instantiation to weightingFactory * fix(routing): resolved compilation error * fix(routing): removed double configuration of alternative route params * fix(routing): resolve spotbugs warnings * refactor(routing): get rid of ExtendedGraphHopper, load grap in GraphHopperRouting instead * legal: approve third party content * clean: re-added valuable comment about virtual edges * clean: removed unused GraphLoader interface, moved VehicleEncoding to utils * clean: make alternative routing parameters accessible to alter via trafficgen * fix(routing): revive changes overridden by merge * fix(mosaic-routing): calcEdgeWeight should return values as seconds * fix(mosaic-routing): round max speed before cutting decimal places * test(mosaic-routing): use 60 km/h as speed for test graph to restore old behaviour * clean(mosaic-routing): minor cleanup after self-review * fix(routing): fixed waytype encoding and addressed further cleanups after review * fix(routing): suppress spotbugs warning
- Loading branch information
Showing
43 changed files
with
1,433 additions
and
2,674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.