From 03ceeb4d2daed3d443a9f8bb56f659d3e5c62acb Mon Sep 17 00:00:00 2001 From: David Kiania Date: Mon, 27 Apr 2026 18:31:01 +0300 Subject: [PATCH] fix(grafana): tighten Active Vehicles map to Kenya, Uganda and Tanzania 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 --- .../dashboards-json/daily_operations_dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/provisioning/dashboards-json/daily_operations_dashboard.json b/grafana/provisioning/dashboards-json/daily_operations_dashboard.json index 364a7e0..68cf577 100644 --- a/grafana/provisioning/dashboards-json/daily_operations_dashboard.json +++ b/grafana/provisioning/dashboards-json/daily_operations_dashboard.json @@ -256,7 +256,7 @@ } ], "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": { "defaults": { "color": { "mode": "palette-classic-by-name" } },