-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error in OSRM routing; how to handle this case? #30
Comments
inquiry on the OSRM mailing list: http://lists.openstreetmap.org/pipermail/osrm-talk/2013-August/000239.html EDIT: Dennis, the lead dev at OSRM, has clearly acknowledged the issue as of Aug 14 but hasn't been very responsive in fixing it. |
For now the forestplanner is just ignoring properties where this occurs. Unfortunately, it appears to be a systematic problem with the osrm service so hopefully it gets resolved soon. |
Submitted a github issue and patch to fix it. Project-OSRM/osrm-backend#723 If the patch is not accepted, we may need to fork and run our own server? |
Already fixed earlier Project-OSRM/osrm-backend@a6c52fd |
@DennisOSRM Thanks! |
http://router.project-osrm.org/nearest?loc=44.530765,-122.510725
and
http://router.project-osrm.org/nearest?loc=44.530451,-122.517537
both return something like:
Note the incomplete coordinate (no longitude returned). This results in:
We will need to guard against this case and/or work with OSRM to fix it.
The text was updated successfully, but these errors were encountered: