osrm-backend/features/lib
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
..
hash.js update cache mechanism to handle forced profile 2017-10-12 17:22:00 +01:00
osm.js Test cases for route relation cardinal directions. 2017-10-16 12:15:12 +01:00
osrm_loader.js Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
table_diff.js explicitly cast to strings for table diffs 2017-02-15 21:54:37 +00:00
try_connect.js Only listen on 127.0.0.1 (unless overriden by environment) during test runs by default. 2018-04-04 12:24:09 +02:00
utils.js Enable npm and library tests on windows 2017-01-03 10:24:48 +01:00