graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Points go to the wrong edge on the correct route #126

Closed michaz closed 6 years ago

michaz commented 6 years ago

Apparently, while attempting to fix a corner case (back in 71000eb), an off-by-one error was introduced, where points are routinely associated with the next edge from the correct one, see https://discuss.graphhopper.com/t/wrong-edge-returned-in-map-matching-result/3340

I got this.