Skip to content

Commit

Permalink
refactor(routing): get rid of ExtendedGraphHopper, load grap in Graph…
Browse files Browse the repository at this point in the history
…HopperRouting instead

Signed-off-by: Karl Schrab <[email protected]>
  • Loading branch information
kschrab committed Nov 3, 2023
1 parent ce8cc96 commit f242643
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 203 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ public void initialize(final CRouting configuration, final File baseDirectory) t
}

//creates an implementation of IRoutingGraph according to the configuration
this.routing = new GraphHopperRouting()
.loadGraphFromDatabase(scenarioDatabase);
this.routing = new GraphHopperRouting(scenarioDatabase);

this.routeManager = new RouteManager(this.scenarioDatabase);
}
Expand Down

This file was deleted.

Loading

0 comments on commit f242643

Please sign in to comment.