Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.29k stars 3.32k forks source link

Distances and travel time between points not conected by road on the network #6518

Closed fgoerlich closed 1 month ago

fgoerlich commented 1 year ago

Hi, I am running distances and travel time calculations between different points in Spain, which includes some Islands. I have observed that, in a Table service, the server does not return an error if calculations involve an island origin and a mainland destination (or the otherway around), so we have to travel by sea in a car. Returned code is Ok. Also, in these cases, it does not return missing values for distances and travel times, on the contrary, the returned values are usually quite high.

Since in these cases, the origins and destinations are not conected along the network, and OSRM is not a multimodal routing service, I wonder for the real significance of these numbers.

Many thanks in advance for your help.

github-actions[bot] commented 2 months ago

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.