You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2021. It is now read-only.
Discussion: https://discuss.graphhopper.com/t/map-matchresult-to-gpxentry/977
This doesn't work since the rework of the matching algorithm in
doWork(List<GPXEntry> gpxList)from the pull-request #49
The main reason for this is the filtering of GPXEntries by a distance threshold
distance(previousGPX, currentGPX) > 2 * measurementErrorSigma
which are never considered again in the the following resolvation of
MostLikelySequencetoEdgeMatch