From 34da18530f79886946aab5efd747a689df663720 Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 24 May 2026 17:41:43 -0400 Subject: [PATCH] Remove auto-visit GPS tracking - Removed startVisitTracking / stopVisitTracking functions - Removed checkProximityToAssets and haversineM - Removed logAutoVisit and all visit timer logic - Removed visitTracker UI div on Map tab - Removed GPS watchPosition call (was polling at ~1-5s intervals) - Kept server-side /api/visits endpoints (used by heatmap) and one-shot GPS for scan check-in Reason: GPS auto-tracker can't distinguish machines above/below each other on different floors. --- static/index.html | 150 ---------------------------------------------- 1 file changed, 150 deletions(-) diff --git a/static/index.html b/static/index.html index d105040..fa91b35 100644 --- a/static/index.html +++ b/static/index.html @@ -1353,10 +1353,6 @@ โ—Ž My GPS
- -