fix(grafana): raise geomap maxZoom from 12 to 22 for full-resolution drill-in
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:
parent
bf17d5fa80
commit
0b45f8d0f7
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": -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" } },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue