Skip to content

Commit 4001f71

Browse files
committed
Update config-velomapa.yml
1 parent 2bf310e commit 4001f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config-velomapa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ graphhopper:
2828

2929
profiles:
3030
- name: bike
31-
custom_model_files: [bike.json]
31+
custom_model_files: [bike.json, bike_elevation.json]
3232

3333
# Favours official cycling networks.
3434
- name: bike_touring
@@ -38,10 +38,10 @@ graphhopper:
3838
custom_model_files: [racingbike.json, bike_elevation.json]
3939

4040
- name: mtb
41-
custom_model_files: [mtb.json]
41+
custom_model_files: [mtb.json, bike_elevation.json]
4242

4343
- name: gravel
44-
custom_model_files: [gravel.json]
44+
custom_model_files: [gravel.json, bike_elevation.json]
4545

4646
# This profile is used to map match official cycling routes
4747
# that are presented in the velomapa website.

0 commit comments

Comments
 (0)