osrm-backend/features
Daniel J. Hofmann e76e39a398
Improves Lane Handling for Multi-Hop Roundabout Instruction
This changeset implements Lane Anticipation on roundabouts, delimited
by enter / leave step pairs. It does not handle lane anticipation
within a roundabout.

Lane anticipation happens on the granularity of a valid roundbaout:

We discard partial roundabout (enter without exit or exit without
enter) or data issues (no roundabout, exit before enter).

Related:

- https://github.com/Project-OSRM/osrm-backend/issues/2626 for lanes
  within a roundabout

- https://github.com/Project-OSRM/osrm-backend/issues/2625 for handling
  going straight in lane anticipation
2016-07-13 10:44:12 +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 Improves Lane Handling for Multi-Hop Roundabout Instruction 2016-07-13 10:44:12 +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 Fix segfault when route includes very short segments. 2016-06-22 14:48:57 -07:00
stress cleanup indentation of cuke files 2013-08-29 19:29:13 +02:00
support expose lanes as enums, adjusted for comments 2016-06-27 11:12:02 +02:00
testbot basic turn lane handling 2016-06-27 10:07:41 +02:00