ratrun
ratrun
The implementation of this suggested enhancement needs to go along with the final outcome of issue #3042.
With the current master the creation of a custom foot or hike model is already possible. So these custom models could take the `mtb_rating` encoded value into account. But I'm...
Than you for your input. I created a PR, lets see what @karussell decides.
@karussell I think that this issue can be closed now.
Here is the routing result of the example from above using the current state of the PR #3048 with the bike profile without elevation weighting:  @hungerburg...
> now see one problem with the sample route: This section https://www.openstreetmap.org/way/1066950456 was marked closed 25 days ago. With up to date data, the detour will get really long, either...
@karussell This issue can be closed, thanks!
>Is the change already live on the GraphHopper site? Here is the result using the latest master branch:  This result differs from the current online instance....
I'm not sure if this change is the way to go: ``` protected void setSpeed(boolean reverse, int edgeId, EdgeIntAccess edgeIntAccess, double speed) { if (speed < avgSpeedEnc.getSmallestNonZeroValue() / 2) {...
>> Or, you can also try with https://github.com/graphhopper/graphhopper/issues/2823 (see https://github.com/graphhopper/graphhopper/pull/3183) and if this fixes the problem here we have another reason to bring this into production e.g. via automatically exclude...