osrm-backend/src/extractor
Michael Bell ef8f3d7508
Ensure u-turn exists in intersection view (#6376)
Due to some rather complex logic that tries to calculate intersection
angles by looking further up the road, it's possible to return
an intersection view that is missing a u-turn - something which
is assumed to exist in later guidance calculations.

We apply a fix here by ensuring the u-turn is always included in
the returned view.
2022-09-27 13:49:12 +01:00
..
intersection Ensure u-turn exists in intersection view (#6376) 2022-09-27 13:49:12 +01:00
compressed_edge_container.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
edge_based_graph_factory.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
extraction_containers.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
extractor_callbacks.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
extractor.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
graph_compressor.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
location_dependent_data.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
maneuver_override_relation_parser.cpp Improvements to maneuver override processing (#6215) 2022-08-24 16:19:24 +01:00
node_based_graph_factory.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
raster_source.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
restriction_graph.cpp Improvements to maneuver override processing (#6215) 2022-08-24 16:19:24 +01:00
restriction_parser.cpp Optimize RestrictionParser performance (#6344) 2022-08-30 21:08:52 +02:00
scripting_environment_lua.cpp Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
suffix_table.cpp Implements Zero-Copy String Views onto Contiguous Memory, resolves #3265. 2017-01-23 15:22:39 +01:00
turn_path_compressor.cpp Improvements to maneuver override processing (#6215) 2022-08-24 16:19:24 +01:00
turn_path_filter.cpp Improvements to maneuver override processing (#6215) 2022-08-24 16:19:24 +01:00
way_restriction_map.cpp Add support for multiple via-way restrictions (#5907) 2020-12-20 13:59:57 -08:00