osrm-backend/features/options
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
..
contract remove level-cache flags 2017-10-13 14:53:49 +01:00
customize Add --verbosity,-l command line option 2017-08-31 00:35:23 +02:00
data Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
datastore Better test coverage for datastore options 2018-04-07 00:22:29 +02:00
extract Fix turn.roads_on_the_left and turn.roads_on_the right for two-way roads #5128 2021-01-27 10:53:00 +01:00
partition Add --verbosity,-l command line option 2017-08-31 00:35:23 +02:00
profiles update tests 2017-11-06 13:34:02 -05:00
routed Add support for a default_bearing_radius flag (#6575) 2023-03-24 16:49:33 +01:00