We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i use OSRM backend on a ubuntu server. I have made my custom .osm file teste and i set it like that for each nodes :
For running the server, i use the car.lua profile and docker. But when i do a simple requet like that : http://localhost:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true
i don"t get the name attribut : "mode": "driving", "driving_side": "right", "name": "",
I juste want to know why i does this!
I'm french so my english is bad. Thank you Sauroyn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i use OSRM backend on a ubuntu server.
I have made my custom .osm file teste and i set it like that for each nodes :
For running the server, i use the car.lua profile and docker.
But when i do a simple requet like that :
http://localhost:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true
i don"t get the name attribut :
"mode": "driving",
"driving_side": "right",
"name": "",
I juste want to know why i does this!
I'm french so my english is bad.
Thank you
Sauroyn
The text was updated successfully, but these errors were encountered: