ratrun
ratrun
See #2512. This implementation is avoiding a third pass, but requires some memory as it keeps all ways, which are referenced by bicycle route relations. The memory for the storage...
This is not a bug, but rather a feature request: For bicycle routing we make a difference if a highway belongs to a regional, a national, or an international cycleroute:...
This occurs for very short ferries, which are tagged with a duration tag which results in a speed slower to the lowest speed, which can be encoded. One example is...
Some of my test tracks include ferry rides. Here the algorithm often fails as ferries don't always take exactly the same route. The algorithm could maybe adjust the gpxAccuracy in...
Here I implemented a 10 meters search buffer and fixed a typo.
This fixes #3029 and improves the bicycle handling for `highway=living_street`.
This should improve the bicycle routing on `highway=bridleway`, see the discussion in the [graphhopper forum](https://discuss.graphhopper.com/t/bike-routing-ignoring-designated-cycle-routes/8987/2).
Currently we do not consider the tracktype speed for ways designated for bicycles -> Fixed
This PR takes the ideas from the landuse PR in #2765 and applies them for the computation of a boolean `noisy_road_nearby` encoded value. An edge gets classified as noisy in...