You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
visualizer: don't override the map affine on a runtime view-param change
On a geographic scene the shared canvas projection's affine is owned by the
installed equirectangular map projection. A runtime change to viewAngle/
viewScale/viewTranslation overwrote it, corrupting the mapping. Skip the
override while a map projection is attached.
0 commit comments