Geomap: zoom full extent (#37174) (#37344)

(cherry picked from commit feb9e528aa)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-07-29 23:49:32 +02:00
committed by GitHub
co-authored by Ryan McKinley
parent b312a60627
commit 7b3275d4ed
@@ -274,6 +274,7 @@ export class GeomapPanel extends Component<Props, State> {
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