osrm-backend/src/util
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
..
guidance Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
assert.cpp Hard-abort on assertion and show detailed information, solves #2579 2016-06-23 18:57:35 +02:00
coordinate_calculation.cpp Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
coordinate.cpp Use mmap instead of read - it's a lot faster here. 2016-06-27 17:24:30 -07:00
exception.cpp Transforms osrm_exception to exception 2016-02-12 15:46:24 -08:00
fingerprint.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
hilbert_value.cpp First round of lat,lng -> lng,lat switcheroo 2016-04-05 22:58:32 +02:00
name_table.cpp Reduce NewName Instructructions / Name Changes 2016-09-21 12:42:39 +02:00
simple_logger.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00