fix(grafana): raise geomap maxZoom from 12 to 22 for full-resolution drill-in
Some checks are pending
Static Analysis / static (push) Waiting to run
Tests / test (push) Waiting to run

Carto basemap tiles render up to ~19-20; OpenLayers caps at 28. 22 leaves
no practical ceiling for street-level inspection while keeping the EAC-
bounded minZoom in place.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
David Kiania 2026-04-27 18:32:14 +03:00
parent bf17d5fa80
commit 0b45f8d0f7

View file

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