Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSRM backend- "No route found between points" #7050

Open
gopal-mp opened this issue Oct 7, 2024 · 0 comments
Open

OSRM backend- "No route found between points" #7050

gopal-mp opened this issue Oct 7, 2024 · 0 comments

Comments

@gopal-mp
Copy link

gopal-mp commented Oct 7, 2024

I am trying migrate osrm backend setup from windows 10 with docker desktop CH algorithm to windows server 2022 (Azure VM).
Since docker desktop is not supported in server version of windows I am using windows binaries (v5.16.0)
My pbf file has merged data of few continents of size 48 GB.
my data preprocessing steps are completed, I have completed this using MLD steps, I did not faced any errors in extraction, partition and customize processes. but in extraction, I encountered one warning message few times for different node ID's saying "Turn is a u turn but not classified as a u turn".

After completion of preprocessing I have hosted them using osrm-routed, but I am not getting expected results it is giving result like this:
{
"code": "NoRoute",
"message": "No route found between points"
}

it is giving correct result for some coordinates and for other coordinates it is giving No route found message.

I tried this:
http://localhost:5000/route/v1/driving/-2.2892203985804755,53.604017274352515;-1.8842546987176998,52.52374243277772?overview=false

but got same error as mentioned above, but in my old setup with same data and OSRM-API is giving correct results

Please help me to solve this issue.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant