Tags: msand/graphhopper
Tags
Use RoutingCHGraph adapter for CH query algorithms (graphhopper#1850) * Add CHRoutingGraph to be used for CH query algorithms * Remove RoutingAlgo#setEdgeFilter methods, filter is only used internally now
Merge branch 'master' into ch_routing_graph_2 # Conflicts: # core/src/main/java/com/graphhopper/routing/AlternativeRouteCH.java
Use road class to determine if a fork should have an instruction (gra… …phhopper#1844) * Use road class to determine if a fork should have an instruction * Don't use edge.getFlags for encoded values Co-authored-by: Peter <[email protected]>
include measurement for alternative routes graphhopper#1722
(Almost) move access flag checks into weighting for CH preparation (g… …raphhopper#1837) * Use PrepareCHEdgeExplorer/Iterator also for original edge iterators * Move access checks when filtering edges in PrepareCHGraph (almost) into weighting * Add CHEdgeIteratorState#getFwd/BwdAccess
PreviousNext