mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-05-08 14:24:55 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user