Skip to content

Commit 2cd10ca

Browse files
committed
Update bike.json
1 parent 20b80db commit 2cd10ca

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/com/graphhopper/custom_models

1 file changed

+1
-1
lines changed

core/src/main/resources/com/graphhopper/custom_models/bike.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{ "if": "country == DEU && road_class == BRIDLEWAY && bike_road_access != YES", "multiply_by": "0" },
1515
{ "if": "!bike_access && (!backward_bike_access || roundabout)", "multiply_by": "0" },
1616
{ "else_if": "!bike_access && backward_bike_access", "multiply_by": "0.2" },
17-
{ "if": "road_class != CYCLEWAY", "multiply_by": 0.8 }
17+
{ "if": "road_class != CYCLEWAY", "multiply_by": 0.6 }
1818
],
1919
"speed": [
2020
{ "if": "true", "limit_to": "bike_average_speed" },

0 commit comments

Comments
 (0)