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 <noreply@anthropic.com>
This commit is contained in:
parent
80c0e6510f
commit
bf17d5fa80
1 changed files with 1 additions and 1 deletions
|
|
@ -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" } },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue