Graphhopper returns “not found”

陌路散爱 提交于 2019-12-02 07:13:25

问题


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 strange thing is that it works on the graphhopper-demo-server I tried with alps, europe and now with the whole planet - the error keeps the same

so here it works: https://graphhopper.com/maps/?point=47.50562070,14.10270890&point=47.80000740,13.04219230&locale=de&layer=Lyrk

but not on my server: http://osm.testerl.webseiten.cc:8989/?point=47.50562070,14.10270890&point=47.80000740,13.04219230&locale=de&layer=Lyrk

is there a problem with my configuration? I played with index.highResolution ad index.maxRegionSearch but also without a change

other routes are working great

thanks for help :)


回答1:


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.



来源:https://stackoverflow.com/questions/26432445/graphhopper-returns-not-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!