From 7fd859a42dc0916f224c4603f3e711ca49677c93 Mon Sep 17 00:00:00 2001 From: szymon-szym Date: Sun, 29 Sep 2024 12:20:44 +0200 Subject: [PATCH 1/2] uncomment "cyclability" weight name --- profiles/bicycle.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index 19202768e..2618474ba 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -18,8 +18,7 @@ function setup() properties = { u_turn_penalty = 20, traffic_light_penalty = 2, - --weight_name = 'cyclability', - weight_name = 'duration', + weight_name = 'cyclability', process_call_tagless_node = false, max_speed_for_map_matching = 110/3.6, -- kmph -> m/s use_turn_restrictions = false, From b1e9fb7dbe0de35c6b0e86a05c3da6316a2bb8bb Mon Sep 17 00:00:00 2001 From: szymon-szym Date: Sun, 29 Sep 2024 12:30:37 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614601a6c..7ba719267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ - FIXED: Ensure required file check in osrm-routed is correctly enforced. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655) - FIXED: Correct HTTP docs to reflect summary output dependency on steps parameter. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655) - ADDED: Extract prerelease/build information from package semver [#6839](https://github.com/Project-OSRM/osrm-backend/pull/6839) + - CHANGED: Use 'cyclability' `weight_name` in the `profiles/bicycle.lua` [#7043](https://github.com/Project-OSRM/osrm-backend/pull/7043) - Profiles: - FIXED: Bicycle and foot profiles now don't route on proposed ways [#6615](https://github.com/Project-OSRM/osrm-backend/pull/6615) - Routing: