Skip to content

Commit

Permalink
fixup! docs: rework ext_storages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Feb 7, 2024
1 parent feaa302 commit 79c03d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/run-instance/configuration/ors/engine/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand All @@ -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 |
|------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
Expand All @@ -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` |

###

0 comments on commit 79c03d8

Please sign in to comment.