Geomap: zoom full extent (#37174)

This commit is contained in:
Ryan McKinley
2021-07-23 16:23:35 -07:00
committed by GitHub
parent 4c3e197e26
commit feb9e528aa
@@ -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