From b92139f207cfed102f40522be7782b468e2f0648 Mon Sep 17 00:00:00 2001 From: cemaxecuter Date: Tue, 27 Jan 2026 10:51:55 -0500 Subject: [PATCH] Add agent location selector to satellite dashboard - Location dropdown in header to select observer position source - Options: Local (browser GPS) or any registered agent with GPS - Fetches agent GPS position via /controller/agents/{id}/status - Satellite pass predictions calculated from agent's location - Observer marker on map shows agent name in popup - Status dot indicates GPS availability --- templates/satellite_dashboard.html | 143 ++++++++++++++++++++++++++++- 1 file changed, 142 insertions(+), 1 deletion(-) diff --git a/templates/satellite_dashboard.html b/templates/satellite_dashboard.html index 3d1ea98..f992604 100644 --- a/templates/satellite_dashboard.html +++ b/templates/satellite_dashboard.html @@ -38,6 +38,14 @@
+ +
+ Location: + + +
TRACKING @@ -183,6 +191,49 @@
+