osrm-backend/features
Daniel J. Hofmann fd6bb5ec1f Lane Handling for multiple indications per lane as in left;left|, fixes #2694
Before we asserted on unique lane indications per lane. Turns out the
OSM data contains lane strings such as:

    left;left|right

Which represents two lanes as in:

    <<     >
     ||    |

The two left indications _on a single lane_ look like data issue.
And we can't represent this with our enum-approach at the moment.

We don't want to crash there, so silently swallow this and
generate a single left|right for it.
2016-07-25 12:17:23 +02:00
..
bicycle basic turn lane handling 2016-06-27 10:07:41 +02:00
car basic turn lane handling 2016-06-27 10:07:41 +02:00
foot Revert "Fixes roundabout spelling in existing cucumber test" 2016-06-02 15:00:49 +02:00
guidance Lane Handling for multiple indications per lane as in left;left|, fixes #2694 2016-07-25 12:17:23 +02:00
nearest Move nodes inside the search radius 2015-05-15 00:34:53 +02:00
options Trim datasource names before writing to datafile. 2016-05-24 15:20:14 +02:00
raster Update raster features to reflect not cutting off arrive instruction 2016-04-05 22:59:14 +02:00
step_definitions update cucumber to 1.2.1 and remove hack 2016-07-13 11:04:35 +02:00
stress cleanup indentation of cuke files 2013-08-29 19:29:13 +02:00
support switch api format to new structure 2016-07-21 17:42:10 +02:00
testbot Merge pull request #2624 from oxidase/issues/2617 2016-07-13 11:20:40 +02:00