Bogus line in visited dashboard
Describe the bug
Teslamate works perfectly for me. The only minor UI glitch is in the visited dashboard:

The extra line is from a day where teslamate has recorded two drives. One ending where the erroneous line starts and a second one which starts where the erroneous line ends. Which means there's one leg that is missing from the drives.
Does this happen because visited dashboard draws one contiguous line? If that's the case, could it not join the lines if there's a big enough gap. This would cover the cases the car is transported to a new location by train for example.
This seems to be related: https://github.com/pR0Ps/grafana-trackmap-panel/issues/21 so not much can be done.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
I have the same unfortunate line from the point when I canceled my teslafi subscription and started using teslamate. Unfortunately my sub lapsed while I was ~100m from home, so I have a big cut across the map. It does look like we may be out of luck until that pROPs feature can be added, though.
I've been checking this a little, grafana trackmap extension in the end gets an array of coordinates and draws lines that connect them. It should be relatively straightforward to add option "do not draw this line if the line start and end coordinates are more than X meters apart" Might be able to propose a patch there at some point.