osrm-backend/features/support
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
..
cache.js Fix test cache to consider MLD executable changes (#6129) 2021-09-21 12:35:34 -07:00
data_classes.js Remove unused Node binary publishing, and upgrade build environment. 2018-12-14 21:34:48 -07:00
data.js Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
env.js Add 'load directly' mode to default Cucumber test suite (#6664) 2023-08-01 09:24:51 +01:00
fbresult_generated.js Fixed typo in flatbuffers: longitute -> longitude. 2019-08-26 14:31:51 +03:00
flatbuffers.js Replaced 'in' and 'out' at the flatbuffers 'instersection' object 2019-08-26 14:03:29 +03:00
fuzzy.js Rewrite cucumber test suite in JS 2016-03-24 16:01:01 -07:00
hooks.js Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01: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 Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
run.js Add timezone names customization in tests 2017-06-02 17:35:18 +02:00
shared_steps.js Added cucumber test for skip_waypoint feature 2019-09-23 11:38:33 +03:00