osrm-backend/features/step_definitions
Michael Bell db7946d762
Add support for disabling feature datasets (#6666)
This change adds support for disabling datasets, such that specific
files are not loaded into memory when running OSRM. This enables users
to not pay the memory cost for features they do not intend to use.

Initially, there are two options:
- ROUTE_GEOMETRY, for disabling overview, steps, annotations and waypoints.
- ROUTE_STEPS, for disabling steps only.

Attempts to query features for which the datasets are disabled will
lead to a DisabledDatasetException being returned.
2023-08-04 18:43:37 +01:00
..
data.js Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
distance_matrix.js Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
matching.js Add data_version field to responses of all plugins. (#5387) 2022-08-22 21:07:32 +02:00
nearest.js Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
options.js Remove unused Node binary publishing, and upgrade build environment. 2018-12-14 21:34:48 -07:00
requests.js Revert back to using custom HTTP parser instead of Boost.Beast (#6407) 2022-10-14 14:37:33 +02: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 disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00