- /
-
Zoom to Statue of Liberty
on 15 Oct 2024
- 21
- 333
- 0
- 1
- 169
Cite your audio source here (if applicable): https://windy-vis.com/art/viewer/Musorgsky_Tableaux_dune_exposition_9_10.html
drawframe(1);
Write your drawframe function below
function drawframe(f)
persistent gx
if f == 1
gx = geoaxes;
gx.Position = [0 0 1 1];
gx.MapCenter = [40.6892, -74.0445];
gx.Basemap = 'satellite';
gx.Scalebar.Visible = "off";
end
gx.ZoomLevel = 2 + f / 6;
end