Results 72 issues of Andi

The motorroad tag is documented here: https://wiki.openstreetmap.org/wiki/Key:motorroad

We currently apply a penalty when heading (or pass_through) is used, but for some reason we do not only use it to increase the edge weights, but also the time....

When using LM with fixed source/target edges the shortest route calculation sometimes does not yield the correct result, which is why LM is disabled in `DirectedRoutingTest`. With #1745 and 7f5f7b5f1dc8241fc6f5f7886ea1b3def4b9a34e...

bug

https://discuss.graphhopper.com/t/curbside-right-and-turning-circles/7232/15?u=easbar

bug

Try the approach used in #2571, but for `EdgeBasedWitnessPathSearcher` and maybe `BridgePathSearch`

performance

https://discuss.graphhopper.com/t/curbside-right-and-turning-circles/7232/8

bug

Using edge-based CH it should be possible to support proper u-turn prevention for via-point routing (`pass_through=true`). Related: https://discuss.graphhopper.com/t/node-id-must-be-a-virtual-node/4829

new feature

1) go to https://graphhopper.com/maps/ 2) from/to text fields are empty, click one of the vehicle icons 3) right click the map -> 'Set as Start/Intermediate/End' entries are grayed out 4)...

web
bug

Currently we draw random source/target nodes for our sample queries in the `Measurement` class. However, this means our results depend on the node IDs. For example without `optimize()` we get...

improvement

It would be very useful to be able to determine whether or not a road is within city limits or not. Very unclear how we should do this yet, but...

new feature