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
When Background Map Manager is enabled, allow user to select map. This selection should update the mapStyle in the zustand store. There are currently no designs for desktop, but the ones for mobile can be used and adapted to desktop.
Update the zustand store, but do not update the map in the observation view, that work will be done in #734 .
To Do:
In Background Map Manager Screen, when a map is selected, add button Use Map. This button should update the mapStyle in the zustand store.
In Observation View add a floating button, which open a modal with a list of available map styles. This button should only be seen when the feature flag is turned on.
Create modal which list of available map styles should always have a default style (mapbox://styles/mapbox/outdoors-v10), and a list of all other available styles. This list should be generated by the useMapStylesHook().
The text was updated successfully, but these errors were encountered:
When Background Map Manager is enabled, allow user to select map. This selection should update the
mapStyle
in the zustand store. There are currently no designs for desktop, but the ones for mobile can be used and adapted to desktop.Update the zustand store, but do not update the map in the observation view, that work will be done in #734 .
To Do:
Use Map
. This button should update themapStyle
in the zustand store.Observation View
add a floating button, which open a modal with a list of available map styles. This button should only be seen when the feature flag is turned on.mapbox://styles/mapbox/outdoors-v10
), and a list of all other available styles. This list should be generated by the useMapStylesHook().The text was updated successfully, but these errors were encountered: