osrm-backend/test
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 print tracebacks and line numbers for Lua runtime errors (#6564) 2023-03-23 19:18:58 +01:00
nodejs Add support for disabling feature datasets (#6666) 2023-08-04 18:43:37 +01:00
.gitignore Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
rastersource.asc Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00