osrm-backend/test/nodejs
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
..
constants.js Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
index.js Add nodejs test for dataset name 2018-04-05 15:12:47 +02:00
match.js Add waypoints parameter to viaroute API (#5345) 2019-01-24 16:19:59 -08:00
nearest.js Add option to node bindings to return result as a pre-generated JSON string (this avoids a lot of overhead, and moves JSON string rendering out of the main event loop). 2018-09-05 15:09:13 -07:00
route.js Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
table.js Validate source/destination indices correctly in nodejs support (#5595) 2021-01-28 06:02:01 -08:00
tile.js Makes tile size checks strict, resolves #4177 2017-07-10 12:19:53 +02:00
trip.js Add support for non-round-trips with a single fixed endpoint (#6050) 2022-08-22 12:56:47 +01:00