-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Wrong route geometry #702
Comments
Looks like you have the current common problem with the client and server using a different number of digits for lat/lon coordinates. |
The server is dog-fooding, i.e. it always uses the latest develop branch. |
Thank you, quick response. And I have one more question. |
You don't need to change anything at the server for now if you can wait a few days till we ship v0.3.5 |
Hi Dennis, |
Hello,
I tried install OSRM to my PC(ubuntu).
However I'm having problems.
Could you please tell me a solution?
[Software ver.]
Project-OSRM-0.3.4
Project-OSRM-Web-0.1.10
[Procedure]
1 Install OSRM and run as below
osrm-extract usa.osm.pbf
osrm-prepare usa.osrm usa.osrm.restrictions
osrm-routed
2.customize "OSRM.config.js" as below, and view with browser.
ROUTING_ENGINES: [
{ url: 'http://router.project-osrm.org/viaroute',
timestamp: 'http://router.project-osrm.org/timestamp',
metric: 0,
label: 'ENGINE_2',
},
[Issue]
[route geometry with my local server]
[route geometry with router.project-osrm.org]
The text was updated successfully, but these errors were encountered: