osrm-backend/src
Michael Krasnyk a87c5998a1
Fix #2706 by using correct fallback u-turn
Regression is due to a combination of 08248e3853
and http://www.openstreetmap.org/changeset/40938983
where in ways http://www.openstreetmap.org/way/27292481
and http://www.openstreetmap.org/way/432488408
nodes
4315134884 (part of way 432488408)
4315134891 (part of way 432488408)
4315134886 (part of way 432488408)
form a u-turn that has index 0 after sorting and used as an allowed one
with a reversed edge.
A u-turn that corresponds to the condition uturn_could_be_valid == true has index 1
and ignored.
2016-07-30 12:15:22 +02:00
..
benchmarks Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
contractor Apply clang-format again 2016-07-26 15:00:58 +02:00
engine Include datasources for each segment in route annotation. 2016-07-27 15:51:11 -07:00
extractor Fix #2706 by using correct fallback u-turn 2016-07-30 12:15:22 +02:00
osrm Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
server Log incoming requests before they are processed 2016-07-11 16:50:09 +02:00
storage Include datasources for each segment in route annotation. 2016-07-27 15:51:11 -07:00
tools No longer hard crash datastore on unrecognised options 2016-07-27 11:33:56 +02:00
util Apply clang-format again 2016-07-26 15:00:58 +02:00