0
votes

GraphHopper couldn't find route between two two points below:

double latFrom = -19.637121;
double lonFrom = 134.192328;        
double latTo = -37.7988237;
double lonTo = 144.9593481;

I tried this using online graphhopper demo, but it also didn't find route. Whearas Google Maps finds the a route.

GraphHopper online example and Google Maps online example

Is it a bug of graphhopper? Can this be fixed?

Moreover, only 2 out of 5 routing algorithms worked (Bidirectional Dijkstra and Bidirectional A*.) others didn't work. What is a reason for that?

1

1 Answers

0
votes

Regarding the first problem, that is already an issue regarding fords, see this node in your case.

Regarding the second problem: disable CH (prepare.chWeighting=no) and you can use also unidirectional algorithms.