-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Route endpoint finds some route but table endpoint's distance/duration is null #5266
Comments
Maybe related to #4448. |
Also it's good to be mentioned that these two points are close to each other on a one-way road (about 45 meters difference) |
@jcoupey I added an update for the question part. we're going to test all those requests with CH too to test if it hasn't any nulls. |
UPDATE |
I've just encountered this myself with:
The result is:
What options do I have to help with this? Is there any more detailed diagnostic information I can get at? |
#5828 fixes this issue in v5.23.0 |
It's a bit weird.
When we call
/table/v1/driving/51.41444495082490107,35.78089624643325806;51.41494141049,35.780812357317?destinations=1
There is no route found.
But when we call exactly the same coordinates in
route
endpoint, it finds./route/v1/driving/51.41444495082490107,35.78089624643325806;51.41494141049,35.780812357317
We tested it on both
latest
and5.18
docker tags with MLD and all of them hadnull
value on table endpoint :(UPDATE:
we rerun with
CH
the algorithm again and there was no null on CH algorithm.The text was updated successfully, but these errors were encountered: