osrm-backend/src
Moritz Kobitzsch 561b7cc58e Rember Intersection Shapes
Changes the processing order in the edge based graph factory.
Instead of iterating over all outgoing edges in order, we compute the edge
expanded graph in the order of intersections.
This allows to remember intersection shapes and re-use them for all possible ingoing edges.

Also: use low accuracry mode for intersections degree 2 intersections

We can use lower accuracy here, since the `bearing`
after the turn is not as relevant for off-route detection.
Getting lost is near impossible here.
2016-12-01 15:24:20 +01:00
..
benchmarks Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
contractor Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
engine Rember Intersection Shapes 2016-12-01 15:24:20 +01:00
extractor Rember Intersection Shapes 2016-12-01 15:24:20 +01:00
osrm remove util self-written make_unique and use C++14 stdlib make_uniqe 2016-10-17 15:27:14 -07:00
server reduce numbers of intersections in findNextIntersection, don't normalise for turn lanes 2016-11-30 10:21:53 +01:00
storage Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
tools refactor graph_loader (#3333) 2016-11-21 17:32:00 -08:00
util Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00