Closed darksidelemm closed 1 week ago
It looks like the draw function ( https://github.com/projecthorus/sondehub-tracker/blob/master/js/tracker.js#L2215 ) doesn't take into account the time values, i think it just assumes the same time step between points, which isn't going to be the case any more, as the data returned by the API on page-load will be decimated.
Fix for this is in testing.v2.sondehub.org
I believe this is resolved now.
The small altitude plots in the payload list clearly have some kind of time scale issue, when comparing the data loaded via the API, and the new data coming in via websockets.