osrm-backend/features/step_definitions
Michael Bell b4b1aea567
Add support for non-round-trips with a single fixed endpoint (#6050)
Currently /trip supports finding round-trip routes where only the
start or end location is fixed. This PR extends this feature to
non-round-trip requests.

We do this by a new table manipulation that simulates non-round-trip
fixed endpoint requests as a round-trip request.
2022-08-22 12:56:47 +01:00
..
data.js Remove unused Node binary publishing, and upgrade build environment. 2018-12-14 21:34:48 -07:00
distance_matrix.js Added flatbuffers support to Table service cucumber tests 2019-09-17 17:42:52 +03:00
matching.js Use smaller range for U-turn angles in map-matching 2018-02-28 15:21:47 +01:00
nearest.js Fixed typo in flatbuffers: longitute -> longitude. 2019-08-26 14:31:51 +03:00
options.js Remove unused Node binary publishing, and upgrade build environment. 2018-12-14 21:34:48 -07:00
requests.js Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745 2016-09-19 14:13:44 -07:00
routability.js Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
routing.js Added cucumber test for skip_waypoint feature 2019-09-23 11:38:33 +03:00
timestamp.js Rewrite cucumber test suite in JS 2016-03-24 16:01:01 -07:00
trip.js Add support for non-round-trips with a single fixed endpoint (#6050) 2022-08-22 12:56:47 +01:00