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
@@ -20,13 +20,13 @@ These standard profiles are already predefined in our standard ors-config.yml wi
20
20
|`public-transport`|`public-transport`|
21
21
22
22
::: warning
23
-
In the directions endpoint, the profiles are addressed by their encoder name (e.g. `driving-car`)!
23
+
The predefined settings override settings specified in the `profile_default` in your ors-config.yml or ors-config.env! This also means that you cannot enable all default profiles by simply setting `profile_default.enabled` to `true`.
24
+
If you want to specify your own profile settings based on your specific `profile_default` values, you can work around this by naming your profile differently, e.g. `custom-car` instead of `car`.
25
+
Note that the profile name can be chosen freely but cannot contain special characters that cannot be used for directory names on your operating system.
24
26
:::
25
27
26
28
::: warning
27
-
If you specified `profile_default` settings in your ors-config.yml or ors-config.env, they might not be taken into account (since v8.0.0)!
28
-
This will be fixed in on of the next releases.
29
-
As a workaround, you can move all `profile_default` settings to the specific profile where you need them to work.
29
+
In the directions endpoint, the profiles are addressed by their encoder name (e.g. `driving-car`)!
30
30
:::
31
31
32
32
Properties for each (enabled) profile are set under `ors.engine.profiles.<profile>`, e.g.
0 commit comments