fix(grafana): tighten Active Vehicles map to Kenya, Uganda and Tanzania
Some checks are pending
Static Analysis / static (push) Waiting to run
Tests / test (push) Waiting to run

Recentred geomap view from lat -2.0/lon 35.5/zoom 5 to lat -3.0/lon 34.5/
zoom 5.5 (Lake Victoria area, the geographic intersection of the three
countries) and raised minZoom to 5.5 so the dashboard can't be panned out
to show neighbouring countries.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
David Kiania 2026-04-27 18:31:01 +03:00
parent d6fd8cf0cf
commit 03ceeb4d2d

View file

@ -256,7 +256,7 @@
} }
], ],
"tooltip": { "mode": "details" }, "tooltip": { "mode": "details" },
"view": { "allLayers": true, "id": "coords", "lat": -2.0, "lon": 35.5, "zoom": 5, "minZoom": 5, "maxZoom": 12 } "view": { "allLayers": true, "id": "coords", "lat": -3.0, "lon": 34.5, "zoom": 5.5, "minZoom": 5.5, "maxZoom": 12 }
}, },
"fieldConfig": { "fieldConfig": {
"defaults": { "color": { "mode": "palette-classic-by-name" } }, "defaults": { "color": { "mode": "palette-classic-by-name" } },