From b25272cff3d26b03e145a22619c47bb88c22f277 Mon Sep 17 00:00:00 2001 From: david kiania Date: Mon, 8 Jun 2026 17:06:45 +0300 Subject: [PATCH] feat(map): add Safaricom HQ (Waiyaki Way) as a POI Second persistent POI marker alongside Fireside HQ, at Safaricom House on Waiyaki Way (-1.2589726, 36.7854625, geocoded via OpenStreetMap). Co-Authored-By: Claude Opus 4.8 --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 69686d3..581beeb 100644 --- a/index.html +++ b/index.html @@ -478,7 +478,10 @@ const POLL_INTERVAL_MS = 15000; const EAST_AFRICA = { center: [37.5, -3.0], zoom: 5.2 }; const STALE_GPS_MS = 10 * 60 * 1000; const OFFLINE_THRESHOLD_MS = 24 * 60 * 60 * 1000; -const POIS = [{ name: 'Fireside HQ', lng: 36.728785, lat: -1.2411485 }]; +const POIS = [ + { name: 'Fireside HQ', lng: 36.728785, lat: -1.2411485 }, + { name: 'Safaricom HQ', lng: 36.7854625, lat: -1.2589726 }, // Safaricom House, Waiyaki Way (OSM) +]; // Deliberate, distinct colour per cost centre so all vehicles in a centre share // one colour and different centres are easy to tell apart at a glance. Keys are