3 I added got matched nicely, but one didn't....
#geoactivityplayground
@LovesTha
I've seen something similar. I have the impression that this happens when the points are spaced to far apart. This happens especially with car rides. I would need to resample.
Could you see whether there is an open GitHub issue and add to that or open as new issue?
I'm not sure when I'll get to that, though. So better have it there such that it doesn't get lost.

Basic metadata: V1.23.0 running in Docker importing GPX files from FittoTrack With this segment: and my heat map: I should have multiple activities matching the segment. Can give more data if needed.
@LovesTha
The current algorithm compares the points of the track with the points of the segment, not the line. That it something that will prevent a match if the points are too far apart. What I need to change is that the points of the track are compared to the interpolated line of the segment.
Problem currently is time and energy 😔
@martin_ueding so I should be able to get it to work by ensuring my segments have dense enough points...
(Maybe just reject importing segments that aren't dense enough)