osrm-backend/src
Michael Bell 4799b46eeb
Incorrect error message when unable to snap all input coordinates (#5846)
In cases where we are unable to find a phantom node for an input
coordinate, we return an error indicating which coordinate failed.

This would always refer to the coordinate with index equal to the
number of valid phantom nodes found.

We fix this by instead returning the first index for which a
phantom node could not be found.
2020-09-30 18:44:22 -07:00
..
benchmarks Updated changelog entry 2019-08-26 11:09:38 +03:00
contractor Deprecated tbb::task_scheduler_init replaced with std::thread and tbb::global_control 2020-09-04 09:33:43 +03:00
customize Deprecated tbb::task_scheduler_init replaced with std::thread and tbb::global_control 2020-09-04 09:33:43 +03:00
engine Incorrect error message when unable to snap all input coordinates (#5846) 2020-09-30 18:44:22 -07:00
extractor Remove unused future 2020-09-22 23:01:06 +01:00
guidance Deprecated tbb::task_scheduler_init replaced with std::thread and tbb::global_control 2020-09-04 09:33:43 +03:00
nodejs Updated changelog entry 2019-08-26 11:09:38 +03:00
osrm Passed ResultT down to engine plugins, so now they can form replies in different formats. 2019-08-26 11:08:56 +03:00
partitioner Deprecated tbb::task_scheduler_init replaced with std::thread and tbb::global_control 2020-09-04 09:33:43 +03:00
server modified FSM so that the whitespace between header-key and value is optional 2019-11-19 18:30:21 +01:00
storage Solving problem with g++8 and new boost libs: 2019-05-28 12:43:27 +02:00
tools Deprecated tbb::task_scheduler_init replaced with std::thread and tbb::global_control 2020-09-04 09:33:43 +03:00
updater Add EBG node durations 2018-04-28 08:59:18 +02:00
util feat: add ENABLE_DEBUG_LOGGING option to control debug logging output 2020-07-29 06:00:47 +00:00