Closed alangrafu closed 1 week ago
Owntracks and Dawarich are rendering routes differently. In Owntracks, all the points (literally all of them) are connected by one single polyline, while Dawarich breaks it into separate routes, based on space and time between consequent points to prevent total mess from being rendered on the map.
Here's how my own location history would look like in a single line:
And here is the same dataset with routes split:
As a user, you can change settings of how routes being drawn in the map settings, left top corner:
Later on, this might be changed, I have an idea of having "route" entity on the backend, and when it's implemented, I'll think about working on functionality to enable users to merge their routes and render them as a single route.
Thanks for the clarification!
Describe the bug Points are connected by lines, but sometimes those lines are cut, as if they were 2 different trips, which doesn't make much sense, since it is the same entity traveling.
Version 0.16
To Reproduce
Expected behavior Since it is the same person/device traveling, I would expect a line between each contiguous point.
Screenshots
This is owntracks UI
This is dawarich UI
Logs N/A
Additional context N/A