[OSRM-talk] No bike routing by the osrm router possible.
Maarten Deen
mdeen at xs4all.nl
Wed Sep 21 06:57:48 UTC 2022
> Op 21-09-2022 08:01 schreef Willy <wivadri at gmail.com>:
>
>
>
>
>
> Part of a bike traject osrm does not allow bike routing over this path. (Osrm demo server)
>
>
> No problem (bike) by GH & Brouter & ORS & RWGPS & Plotaroute & Garmin Mapsource/Basecamp.
>
> https://www.openstreetmap.org/directions?engine=fossgis_osrm_bike&route=51.0507%2C4.0029%3B51.0503%2C4.0020
I suspect this is a result of the tracktype speed settings in the bike profile that set the speed on grade4 and grade5 to 0:
https://github.com/fossgis-routing-server/cbf-routing-profiles/blob/master/bike.lua
tracktype_speeds = {
grade1 = {1.3, 18},
grade2 = {1.1, 16},
grade3 = {0.8, 12},
grade4 = {0, 0},
grade5 = {0, 0}
},
Regards,
Maarten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20220921/04a4fcc0/attachment.htm>
More information about the OSRM-talk
mailing list