osrm-backend/include/engine
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
..
api Fix formatting 2022-12-20 18:00:11 +01:00
datafacade Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
guidance Fix formatting 2022-12-20 18:00:11 +01:00
map_matching Fix formatting 2022-12-20 18:00:11 +01:00
plugins Add support for a default_bearing_radius flag (#6575) 2023-03-24 16:49:33 +01:00
routing_algorithms Fix formatting 2022-12-20 18:00:11 +01:00
trip Fix formatting 2022-12-20 18:00:11 +01:00
algorithm.hpp Fix formatting 2022-12-20 18:00:11 +01:00
approach.hpp Fix formatting 2022-12-20 18:00:11 +01:00
base64.hpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
bearing.hpp Fix formatting 2022-12-20 18:00:11 +01:00
data_watchdog.hpp Fix formatting 2022-12-20 18:00:11 +01:00
datafacade_factory.hpp Fix formatting 2022-12-20 18:00:11 +01:00
datafacade_provider.hpp Fix formatting 2022-12-20 18:00:11 +01:00
datafacade.hpp Fix formatting 2022-12-20 18:00:11 +01:00
douglas_peucker.hpp Fix formatting 2022-12-20 18:00:11 +01:00
engine_config.hpp Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
engine.hpp Add support for a default_bearing_radius flag (#6575) 2023-03-24 16:49:33 +01:00
geospatial_query.hpp Allow -1.0 as unlimited for default_radius value (#6599) 2023-05-31 07:52:35 +02:00
hint.hpp Fix formatting 2022-12-20 18:00:11 +01:00
internal_route_result.hpp Fix formatting 2022-12-20 18:00:11 +01:00
phantom_node.hpp Fix formatting 2022-12-20 18:00:11 +01:00
polyline_compressor.hpp Fix formatting 2022-12-20 18:00:11 +01:00
routing_algorithms.hpp Fix formatting 2022-12-20 18:00:11 +01:00
search_engine_data.hpp Fix formatting 2022-12-20 18:00:11 +01:00
status.hpp Fix formatting 2022-12-20 18:00:11 +01:00