osrm-backend
osrm-backend copied to clipboard
uncomment "cyclability" weight name
Issue
It looks like in profile/bicycle.lua the weight_name in properties was unintentionally commented out
Without it set to cyclability the safety_check is committed when using this profile. Turns' weights are also calculated differently
Tasklist
- [x] CHANGELOG.md entry (How to write a changelog entry)
- [ ] update relevant Wiki pages
- [ ] add tests (see testing documentation)
- [ ] review
- [ ] adjust for comments
- [ ] cherry pick to release branch
Requirements / Relations
From the introduction of the concept weight in bicycle profile, it always be duration as default.
https://github.com/Project-OSRM/osrm-backend/commit/279f8aabfb#diff-c4b120b8978b0193746a4accb230bf085b89bca0fdda9f17920e056ddaee820fR58
I see this PR as a possible breaking change.
Nevertheless can can still use cyclability on you side if you prefer it.
This PR seems to be stale. Is it still relevant?
For context: This was not chosen as the default because it roughly x1.5 the memory usage since you need separate weight and duration values.