Tags: piyongze/graphhopper
Tags
Support some Extended GTFS Route Types (graphhopper#1761) Map extended GTFS route_type value to basic route_type, fixes graphhopper#1753
Move path extraction logic out of `Path` class (graphhopper#1730) * Remove PathBidirRef#switchFromTo * Remove unnecessary statement in edge-based CH algo * Remove unnecessary check in AlternativeRoute * Use dedicated path extraction class for bidir algos * Remove PathBidirRef and subclasses * Make AStar more similar to Dijkstra * Move path extraction for unidir algos into new PathExtractor * Remove extract stuff from Path class
New MaxLengthParser (graphhopper#1703) * Add maxlength profile * Move shared value parsing logic into helper class * Provide a parser for OSMs maxlength tag * Merge value extraction helper classes
PreviousNext