You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`distance_influence`| Number | Time saved in seconds to require for each kilometer of [detour accepted](#weighting-function), determining [distance influence factor](#weighting-function)|
51
+
|`speed`| Array | Set of [rules](#speed-and-priority-rules) determining [speed factor](#weighting-function)|
52
+
|`priority`| Array | Set of [rules](#speed-and-priority-rules) determining [priority factor](#weighting-function)|
53
+
|`areas`| Object | Map of [GeoJSON Features](#areas) used in area-based [rules](#speed-and-priority-rules)|
54
54
55
55
## Basic principle
56
56
@@ -68,27 +68,27 @@ value will be IGNORED.
68
68
69
69
The weighting function for each edge is calculated as follows:
The variables that can be used in those statements are called 'encoded values', and different ones are available for
141
-
different profiles. The available encoded values can be found in the response to the `status` endpoint, in the array
142
-
`profiles.<PROFILE NAME>.encoded_values`. Below is a list of example 'encoded values' and their possible values that are
142
+
The variables that can be used in those statements are called `encoded values`, and different ones are available for
143
+
different profiles. The available `encoded values` can be found in the response to the [status endpoint](/api-reference/endpoints/status/), in the array
144
+
`profiles.<PROFILE NAME>.encoded_values`. Below is a list of example `encoded values` and their possible values that are
143
145
available. Note that this list is incomplete and the available variables depend on the profile in question.
144
146
145
147
| name | Type | Description |
@@ -156,7 +158,8 @@ available. Note that this list is incomplete and the available variables depend
156
158
|`max_height`| Numerical | Max height in m |
157
159
|`max_width`| Numerical | Max width in m |
158
160
159
-
Enum type encoded values can be used with the `==` and `!=` operators, while numerical encoded values can be used with the
161
+
Enum type encoded values can be used with the `==` and `!=` operators, while numerical encoded values can be used with
162
+
the
160
163
`==`, `!=`, `<`, `<=`, `>`, `>=` operators. Boolean encoded valued do not require an operator, but can be used with the
0 commit comments