-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visualize last update on mapmarkers #93
Comments
I see ( and had ) the problem - also not really sure if colorizing would really help. Perhaps we should first try attack the root of the problem - the latency in updates. At the moment the data is synced all 12s - that means it might be 24s latency. How the problem could be attacked:
|
I don't think the colouring solution is feasible. Something like that would only make sense if every position was individually colored which would require timestamps, individual updates of the markers etc. and would probably a pretty good hit on performance. |
obviously we should make sure the server works as intended. one thing that still baffles me, is, that when @cbalster pulled data with his python script, he saw delays. when i look at what my timelapse rendering, i cant see any significant delays. so if coloring them separately doesn't make too much sense, how about having a badge that counts down to the next update and up from the last successful update? |
I just played around with fake GPS on my phone and loked at the web-map what would happen.. in 4 tries the delays in position update i experienced were 3:40min; 4:30min; 20sec; 3:20min; 4:10min. I very much like the idea of transmitting the timestamp of the actual GPS update. That would allwo a heatmap style diesplay of the Data. Dots could just become smaler and less visible over time till they decay. |
hi i received the following email (sorry its in german):
i think that if we implement something like that, we should make the difference in color very subtle in order to not confuse people. also it might be tricky to communicate to the user what those different colors actually mean.
what's your opinion on this?
The text was updated successfully, but these errors were encountered: