Andi
Andi
> For this reason I would evaluate the incline tag for such a purpose. But the incline tag is not nearly used for all roads. > Here is a segment...
> separate reader and writer to easier support two scenarios of 1. create and query and 2. load and query I am not sure if this is the optimal separation....
_Disclaimer: Thinking out loud and writing down a few findings for later reference here_ I think the next thing that we need to fix is that `GraphHopper` uses the same...
This is also something that needs to be fixed: https://github.com/graphhopper/graphhopper/commit/c79bb964b42fb9416fb719ec22c1c6ae575b7a39 We should either remove all the setters and initialize the import (or router) using a configuration object (GraphHopperConfig currently), or...
Thanks for working on this. > This implementation is avoiding a third pass, but requires some memory as it keeps all ways, which are referenced by bicycle route relations Can...
I don't think this PR will get lost in that it does not change so much code so it should be easy to update to master any time. There are...
Thanks for reporting! This seems to be a u-turn, because if I set u_turn_costs to infinity I get the same route as on OSRM: https://graphhopper.com/maps/?point=45.501467%2C-122.661254&point=45.501237%2C-122.66142&ch.disable=true&u_turn_costs=-1  Apparently there is a...
> https://www.openstreetmap.org/way/587574521 What do you think is suspicious here?
> It might be the line crossing the bridge Yes, it really looks like it is :) But this is just a region border, so it should not even be...
When GH parses OSM it first checks which of the nodes are really junctions (it counts how many ways there are for every node). And only for real junctions (>2...