diff --git a/docs/run-instance/configuration/ors/engine/profiles.md b/docs/run-instance/configuration/ors/engine/profiles.md index 8bf491c7f0..25e118948a 100644 --- a/docs/run-instance/configuration/ors/engine/profiles.md +++ b/docs/run-instance/configuration/ors/engine/profiles.md @@ -131,10 +131,12 @@ Properties beneath `ors.engine.profiles.*.execution.methods.core`: ## ext_storages -For each profile, it can be defined which external storages for extra info should be included in the graph. +For each profile it can be defined which external storages for extra info should be included in the graph. This makes those information available as `extra_info` in a routing response. -To do so, add a key from the list below. Leave its value empty, unless you want to specify further options (currently only available for `RoadAccessRestrictions`, `Borders and `Wheelchair`. +To do so, add a key from the list below. +Leave its value empty, unless you want to specify further options (currently only available for +`RoadAccessRestrictions`, `Borders` and `Wheelchair`). Properties beneath `ors.engine.profiles.*.ext_storages`: @@ -154,7 +156,7 @@ Have a look at [this table](/api-reference/endpoints/directions/extra-info/#extr ### RoadAccessRestrictions -The use_for_warnings parameter tells the ors that this storage can be used for generating warning messages in the route response. +The `use_for_warnings` parameter tells the ors that this storage can be used for generating warning messages in the route response. | key | type | description | example value | |------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| @@ -175,5 +177,3 @@ Properties beneath `ors.engine.profiles.*.ext_storages.Borders` allows to define | boundaries | string | The path to a file containing geojson data representing the borders of countries | `borders.geojson.tar.gz` | | ids | string | Path to a csv file containing a unique id for each country, its local name and its English name | `ids.csv` | | openborders | string | Path to a csv file containing pairs of countries where the borders are open (i.e. Schengen borders) | `openborders.csv` | - -###