We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf310e commit 4001f71Copy full SHA for 4001f71
config-velomapa.yml
@@ -28,7 +28,7 @@ graphhopper:
28
29
profiles:
30
- name: bike
31
- custom_model_files: [bike.json]
+ custom_model_files: [bike.json, bike_elevation.json]
32
33
# Favours official cycling networks.
34
- name: bike_touring
@@ -38,10 +38,10 @@ graphhopper:
38
custom_model_files: [racingbike.json, bike_elevation.json]
39
40
- name: mtb
41
- custom_model_files: [mtb.json]
+ custom_model_files: [mtb.json, bike_elevation.json]
42
43
- name: gravel
44
- custom_model_files: [gravel.json]
+ custom_model_files: [gravel.json, bike_elevation.json]
45
46
# This profile is used to map match official cycling routes
47
# that are presented in the velomapa website.
0 commit comments