owntracks / frontend

🌍 Web interface for OwnTracks built with Vue.js
MIT License
380 stars 53 forks source link

is the accuracy displayed in the card? #120

Closed tastytea closed 4 months ago

tastytea commented 4 months ago

there is a number in the card that looks like it is the accuracy, but it doesn't match the number in the default frontend (223 m versus 12 m). the circle around the point does look a lot more like 12 m too. also the app i record with isn't supposed to submit when accuracy is <= 100.

screenshot_2024-07-03T09:29:11

what is the mystery number? 😊

ckrey commented 4 months ago

The number is the altitude in meters

linusg commented 4 months ago

Indeed, the accuracy is only exposed through the last known location's circle. Is it relevant enough for you to be shown on every single location popup?

tastytea commented 4 months ago

Is it relevant enough for you to be shown on every single location popup?

no, it's only really relevant for me while calibrating my setup, i can get the data another way.

i was just assuming that it is the accuracy and thought it might be bugged 😊