Compare commits

..

No commits in common. "09e12a7a58787d39e29c2b1e009507f5287dd320" and "b678f1ecaa03513f67bb00dd2ec92e5d146514c7" have entirely different histories.

View file

@ -478,10 +478,7 @@ const POLL_INTERVAL_MS = 15000;
const EAST_AFRICA = { center: [37.5, -3.0], zoom: 5.2 }; const EAST_AFRICA = { center: [37.5, -3.0], zoom: 5.2 };
const STALE_GPS_MS = 10 * 60 * 1000; const STALE_GPS_MS = 10 * 60 * 1000;
const OFFLINE_THRESHOLD_MS = 24 * 60 * 60 * 1000; const OFFLINE_THRESHOLD_MS = 24 * 60 * 60 * 1000;
const POIS = [ const POIS = [{ name: 'Fireside HQ', lng: 36.728785, lat: -1.2411485 }];
{ 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 // 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 // one colour and different centres are easy to tell apart at a glance. Keys are