osrm-backend/include/storage
Moritz Kobitzsch 5e167b8745 Turn Angles in OSRM were computed using a lookahead of 10 meters.
This PR adds more advanced coordinate extraction, analysing the road
to detect offsets due to OSM way modelling.

In addition it improves the handling of bearings. Right now OSM reports
bearings simply based on the very first coordinate along a way.
With this PR, we store the bearings for a turn correctly, making the
bearings for turns correct.
2016-10-20 10:47:29 +02:00
..
io.hpp fix memory leak of char[] initialization 2016-10-19 17:26:21 -07:00
shared_barriers.hpp Recover from stale mutexes with force unlocking and retry 2016-10-18 21:58:50 +02:00
shared_datatype.hpp Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
shared_memory.hpp Only keep reader lock on shared memory during queries. 2016-10-18 21:58:50 +02:00
storage_config.hpp expose lanes as enums, adjusted for comments 2016-06-27 11:12:02 +02:00
storage.hpp Recover from stale mutexes with force unlocking and retry 2016-10-18 21:58:50 +02:00