GIScience / openrouteservice

🌍 The open source route planner api with plenty of features.
https://openrouteservice.org
GNU General Public License v3.0
1.33k stars 379 forks source link

ors.engine.profile_default in ors-config.yml is ignored #1762

Closed jhaeu closed 2 months ago

jhaeu commented 3 months ago

Is there an existing issue for this?

Problem description

The profile_default properties defined in a user's ors-config.yml are not evaluated correctly. Some routing profiles will not get the default value, even if not overridden in the user's ors-config.yml ors.engine.profiles.:

ors:
  engine:
    profile_default:
      ....: ....

Proposed solution

If properties are defined in profile_default, they should be valid for all enabled profiles, where this specific properties are not specified.

Additional context

No response

Forum Topic Link

No response