ratrun

Results 14 issues of ratrun

As we now depend on Java 17 I updated the used dropwizard dependency to the current version 4.0.7. The upgrade documentation used for the upgrade can be found here: https://www.dropwizard.io/en/release-3.0.x/manual/upgrade-notes/upgrade-notes-3_0_x.html...

**Describe the bug** I found a spot where OSM contains ways tagged with `maxspeed=0.5`. This bad data triggers the following exception when using one of the bicycle profiles ``` java.lang.IllegalArgumentException:...

See bug description and discussion in [forum](https://discuss.graphhopper.com/t/issues-with-cycling-routing/9767). We currently have `residential` in `preferHighwayTags`, which we assign priority `PREFER`. But when adding the `cycleway=lane` it gets assigned with `SLIGHT_PREFER` only. As...

Triggered by the observation in https://github.com/graphhopper/graphhopper/issues/3008#issuecomment-3234869711 in this change ways tagged as `highway=track` without further details for `tracktype` or `surface` now get de-prioritized for the bicycle profile.