Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
I saw in this post that isolated regions are outlined with pink. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using osrm docker image with a custom lua profile for tram.
tram.zip
To reproduce the problem, you need a pbf with france.
The error can be visible while trying to get a route between these 2 points :
http://0.0.0.0:5000/route/v1/tram/-0.361031,49.152897;-0.360878,49.157948?alternatives=false&geometries=geojson&overview=full&steps=true
This is the first segment of a tramway line.
The results give points of the tramway of Bordeaux, which is far from 500 km. Totaly wrong.
I can't figure why osrm is returning me these points.
What I have discovered :
Does any one know how to explore osrm files generated at the start of the container, after processing lua files?
Does any one have tips to debug route generation? I tried to put some debug log to understand what happens but it didn't work...
Does any one know how the route generation works? It will help me understand why it returns points that are 500km far.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions