osrm-backend/include
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
..
contractor Rember Intersection Shapes 2016-12-01 15:24:20 +01:00
engine reduce numbers of intersections in findNextIntersection, don't normalise for turn lanes 2016-11-30 10:21:53 +01:00
extractor Rember Intersection Shapes 2016-12-01 15:24:20 +01:00
osrm Makes the OSRM interface threadsafe. 2016-10-04 09:32:22 +02:00
server Hardcode search radius parameters 2016-11-17 17:56:23 +01:00
storage Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
util Rember Intersection Shapes 2016-12-01 15:24:20 +01:00