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
fix(mapbox): Fix view selection logic in getViewport (#9688)
* fix(mapbox): Fix view selection logic in getViewport
Updates getViewport to select the 'mapbox' view from deck.props.views if available, falling back to getDefaultView.
* first element
* Update deck-utils.ts
Co-authored-by: Ib Green <[email protected]>
* Refactor mapbox view ID to constant
Introduced MAPBOX_VIEW_ID constant to replace hardcoded 'mapbox' strings for view IDs
* Use find
---------
Co-authored-by: Ib Green <[email protected]>
0 commit comments