Geomap: zoom full extent (#37174)

pull/35911/head
Ryan McKinley 5 years ago committed by GitHub
parent 4c3e197e26
commit feb9e528aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/plugins/panel/geomap/GeomapPanel.tsx

@ -203,6 +203,7 @@ export class GeomapPanel extends Component<Props> {
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

Loading…
Cancel
Save