Skip to content

Commit

Permalink
fix: re-introduce enabled property in profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Apr 19, 2024
1 parent 3b31b82 commit 6fcd8c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ors-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ ors:
profiles:
# All properties defined in ors.engine.profile_default can also be set in each profile to overwrite the defaults profile-specific.
car:
enabled: false
profile: driving-car
encoder_options:
turn_costs: true
Expand Down Expand Up @@ -191,6 +192,7 @@ ors:
RoadAccessRestrictions:
use_for_warnings: true
hgv:
enabled: false
profile: driving-hgv
encoder_options:
turn_costs: true
Expand Down Expand Up @@ -219,6 +221,7 @@ ors:
restrictions: true
WaySurfaceType:
bike-regular:
enabled: false
profile: cycling-regular
encoder_options:
consider_elevation: true
Expand All @@ -230,6 +233,7 @@ ors:
HillIndex:
TrailDifficulty:
bike-mountain:
enabled: false
profile: cycling-mountain
encoder_options:
consider_elevation: true
Expand All @@ -241,6 +245,7 @@ ors:
HillIndex:
TrailDifficulty:
bike-road:
enabled: false
profile: cycling-road
encoder_options:
consider_elevation: true
Expand All @@ -252,6 +257,7 @@ ors:
HillIndex:
TrailDifficulty:
bike-electric:
enabled: false
profile: cycling-electric
encoder_options:
consider_elevation: true
Expand All @@ -263,6 +269,7 @@ ors:
HillIndex:
TrailDifficulty:
walking:
enabled: false
profile: foot-walking
encoder_options:
block_fords: false
Expand All @@ -272,6 +279,7 @@ ors:
HillIndex:
TrailDifficulty:
hiking:
enabled: false
profile: foot-hiking
encoder_options:
block_fords: false
Expand All @@ -281,6 +289,7 @@ ors:
HillIndex:
TrailDifficulty:
wheelchair:
enabled: false
profile: wheelchair
encoder_options:
block_fords: true
Expand All @@ -292,6 +301,7 @@ ors:
KerbsOnCrossings: true
OsmId:
public-transport:
enabled: false
profile: public-transport
encoder_options:
block_fords: false
Expand Down

0 comments on commit 6fcd8c3

Please sign in to comment.