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 20b80db commit 2cd10caCopy full SHA for 2cd10ca
core/src/main/resources/com/graphhopper/custom_models/bike.json
@@ -14,7 +14,7 @@
14
{ "if": "country == DEU && road_class == BRIDLEWAY && bike_road_access != YES", "multiply_by": "0" },
15
{ "if": "!bike_access && (!backward_bike_access || roundabout)", "multiply_by": "0" },
16
{ "else_if": "!bike_access && backward_bike_access", "multiply_by": "0.2" },
17
- { "if": "road_class != CYCLEWAY", "multiply_by": 0.8 }
+ { "if": "road_class != CYCLEWAY", "multiply_by": 0.6 }
18
],
19
"speed": [
20
{ "if": "true", "limit_to": "bike_average_speed" },
0 commit comments