osrm-backend/features/support
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
..
cache.js Added profile files per test generation 2016-09-28 09:04:58 +02:00
data_classes.js Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
data.js Avoid doubled reprocessing for scenarios without caching 2016-10-04 14:35:21 +02:00
env.js Implements Cucumber shared vs. static library detection, fixes #2999 2016-10-04 14:14:37 +02:00
fuzzy.js Rewrite cucumber test suite in JS 2016-03-24 16:01:01 -07:00
hooks.js Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
http.js Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
route.js Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
run.js Fix "Error: write after end" and removed @bug tags 2016-09-20 20:40:53 +02:00
shared_steps.js Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00