I\'m testing graphhopper for some days now but there is a strange problem
when a Location ist to far away for the next street graphhopper returns the error \"not found\"
the str
You can try to play with the settings "prepare.minOnewayNetworkSize=200" or decrease "prepare.minNetworkSize", this way the router does not get stuck in an (oneway) island.