Discrepancy between public OSRM demo and personal OSRM server #6813
Unanswered
JeongJuhyeon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, happy user of OSRM here.
I've noticed a discrepancy between the public OSRM demo (https://www.openstreetmap.org/directions) and my own OSRM server's results for a specific footpath query.
The demo seems to use a cycleway, mine doesn't. This causes the route that my server returns to be much longer.
This is the command I used to create the dataset for my own server:
docker run -t -v ./osrm-backend:/data osrm/osrm-backend osrm-extract -p /opt/foot.lua /data/south-korea-latest.osm.pbf
Do I also need to include bicycle.lua for cycleways to get used in footpaths? If so, how could I do that?
Here's the route and here's part of the cycleway that the public demo server uses, but my personal server does not use.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions