osrm-backend/include/engine
Daniel J. Hofmann 748fd3efa9
Remove lanes from roundabouts, closes #2626
After half a day of looking at the tagging and the data came to the
following conclusion:

We can't keep the user to the innermost / outermost lanes depending on
the exit the route takes: we found situations where both heuristics were
wrong.

Even on popular roundabouts the tagging is often wrong or in the best
case not present at all.

There are at least two different ways to interpret roundabout
indications: 1/ where e.g. a right arrow on the lane indicates turn
restrictions for the roundabout and the need to take this lane to exit
the roundabout to the right (possibly skipping multiple exits) and 2/
where a right arrow just means this is a lane in a immediate right turn.

Example: Australia marks lanes with arrows that seem to indicate
"angles you can exit the roundabout from", for example, these two ways:
- http://www.openstreetmap.org/way/320941710
- http://www.openstreetmap.org/way/42918021

Whereas Germany marks lanes with "directions you can travel in these
lanes immediately after entering the roundabout":
- http://www.openstreetmap.org/way/52578338

These two different interpretations of how to draw the arrows on the
roads mean we have conflicting solutions to "which lanes can you use to
take exit B from entry A" based on locality.

Continuing to tag ways based on lane markings is no problem, but
unfortunately, we can't reliably resolve good advice for navigation
system users (like "use the inside lane to take the second exit at the
roundabout"), there are too many situations that would generate bad
instructions (instructions that tell users to go into a lane they
shouldn't use).
2016-07-25 19:29:55 +02:00
..
api Remove lanes from roundabouts, closes #2626 2016-07-25 19:29:55 +02:00
datafacade fix 2672 2016-07-19 17:06:47 +02:00
guidance Remove lanes from roundabouts, closes #2626 2016-07-25 19:29:55 +02:00
map_matching Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
plugins Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
routing_algorithms expose lanes as enums, adjusted for comments 2016-06-27 11:12:02 +02:00
trip Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
base64.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
bearing.hpp Adds the license preamble for all publicly installed eaders, closes #2036 2016-04-05 22:58:32 +02:00
douglas_peucker.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
engine_config.hpp Initial libosrm API docs 2016-04-05 22:59:14 +02:00
engine.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
geospatial_query.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
hint.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
internal_route_result.hpp Implement Turn Lane Api 2016-06-27 10:07:48 +02:00
phantom_node.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
polyline_compressor.hpp advanced guidance on 5.0 2016-04-05 22:58:32 +02:00
search_engine_data.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
status.hpp Initial libosrm API docs 2016-04-05 22:59:14 +02:00