Improve live node positions and expose precision metadata (#231)

* Fetch latest node positions and precision metadata

* Stop showing position source and precision in UI

* Guard node positions against stale merges
This commit is contained in:
l5y
2025-10-05 23:08:57 +02:00
committed by GitHub
parent a3fb9b0d5c
commit 09a2d849ec
5 changed files with 706 additions and 219 deletions
+1
View File
@@ -36,6 +36,7 @@ CREATE TABLE IF NOT EXISTS nodes (
uptime_seconds INTEGER,
position_time INTEGER,
location_source TEXT,
precision_bits INTEGER,
latitude REAL,
longitude REAL,
altitude REAL