Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
otbutz authored Oct 24, 2023
1 parent becfa53 commit 6b6d301
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ graphhopper:
vehicle: car
custom_model:
distance_influence: 70
# turn_costs: true
# u_turn_costs: 60
# turn_costs: true
# u_turn_costs: 60

# - name: bike
# # to use the bike vehicle make sure to not ignore cycleways etc., see import.osm.ignored_highways below
# vehicle: bike
# custom_model_files: [bike.json, bike_elevation.json]
# - name: bike
# # to use the bike vehicle make sure to not ignore cycleways etc., see import.osm.ignored_highways below
# vehicle: bike
# custom_model_files: [bike.json, bike_elevation.json]

# instead of the inbuilt custom models (see ./core/src/main/resources/com/graphhopper/custom_models)
# you can specify a folder where to find your own custom model files
Expand Down

0 comments on commit 6b6d301

Please sign in to comment.