From 3006b7216652f185d8c4057e0bb6646f54f12336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20K=2E=20Ole=C5=9B?= Date: Wed, 3 Jul 2024 12:07:52 +0200 Subject: [PATCH] docs: apply suggestions from code review Co-authored-by: Jakob Schnell --- docs/api-reference/endpoints/directions/routing-options.md | 2 +- docs/run-instance/configuration/ors/engine/profiles.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/api-reference/endpoints/directions/routing-options.md b/docs/api-reference/endpoints/directions/routing-options.md index 66f13a0a56..578fba3f8c 100644 --- a/docs/api-reference/endpoints/directions/routing-options.md +++ b/docs/api-reference/endpoints/directions/routing-options.md @@ -6,7 +6,7 @@ The `options` parameter is a JSON object, multiple of the here mentioned paramet For structure refer to the [examples](#examples). ::: warning -Some of the options below rely on auxiliary data included on the graph, see [External storages](../../../run-instance/configuration/ors/engine/profiles.md#ext_storages) +Some of the options below rely on auxiliary data included in the graph, see [External storages](../../../run-instance/configuration/ors/engine/profiles.md#ext_storages) ::: ## Available parameters diff --git a/docs/run-instance/configuration/ors/engine/profiles.md b/docs/run-instance/configuration/ors/engine/profiles.md index 3a2f06bf7c..026840aeec 100644 --- a/docs/run-instance/configuration/ors/engine/profiles.md +++ b/docs/run-instance/configuration/ors/engine/profiles.md @@ -163,8 +163,7 @@ Properties beneath `ors.engine.profiles.*.execution.methods.core`: For each profile it can be defined which auxiliary metadata should be included in the graph. This information is made available as `extra_info` in a routing response. Additionally, data from `WayCategory` and `Tollways` is being used to filter out certain roads via -[`avoid_features`](../../../../api-reference/endpoints/directions/routing-options.md#options-avoid-features) api query -parameter, and `Borders` is necessary for the functionality behind [`avoid_borders`](../../../../api-reference/endpoints/directions/routing-options.md#options-avoid-borders) +the [`avoid_features`](../../../../api-reference/endpoints/directions/routing-options.md#options-avoid-features) query parameter, and `Borders` is necessary for the functionality behind [`avoid_borders`](../../../../api-reference/endpoints/directions/routing-options.md#options-avoid-borders) and [`avoid_countries`](directions/routing-options#options-avoid-countries) query parameters. To do so, add a key from the list below. @@ -178,7 +177,7 @@ Properties beneath `ors.engine.profiles.*.ext_storages`: | WayCategory | object | Returns the way category in the route response, compatible with any profile type | | | WaySurfaceType | object | Returns the way surface in the route response, compatible with any profile type | | | Tollways | object | Returns way tolls in the route response, compatible with driving profiles | | -| HillIndex | object | Returns the ascent/descent in the route response, sompatible with any profile type | | +| HillIndex | object | Returns the ascent/descent in the route response, compatible with any profile type | | | TrailDifficulty | object | Returns the trail difficulty in the route response, compatible with profile-hiking | | | RoadAccessRestrictions | object | RoadAccessRestrictions are where roads are restricted to certain vehicles to certain circumstances, e.g. access=destination. | [RoadAccessRestrictions](#roadaccessrestrictions) | | Wheelchair | object | Compatible for wheelchair | [Wheelchair](#wheelchair) |