From 7b3275d4ed3219d4c5baaeb05c44ca56b2358185 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 29 Jul 2021 22:49:32 +0100 Subject: [PATCH] Geomap: zoom full extent (#37174) (#37344) (cherry picked from commit feb9e528aa1e2e7bbb3d66e2a84061b4869091e6) Co-authored-by: Ryan McKinley --- public/app/plugins/panel/geomap/GeomapPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/geomap/GeomapPanel.tsx b/public/app/plugins/panel/geomap/GeomapPanel.tsx index ef9c7e0f275..341aa65f761 100644 --- a/public/app/plugins/panel/geomap/GeomapPanel.tsx +++ b/public/app/plugins/panel/geomap/GeomapPanel.tsx @@ -274,6 +274,7 @@ export class GeomapPanel extends Component { let view = new View({ center: [0, 0], zoom: 1, + showFullExtent: true, // alows zooming so the full range is visiable }); // With shared views, all panels use the same view instance