pacificclimate / scip-frontend

Salmon Climate Impacts Portal
GNU General Public License v3.0
1 stars 1 forks source link

display correct variable on map #37

Closed corviday closed 7 months ago

corviday commented 1 year ago

The current map always shows annual flow data. Users should be able to examine different variables on the map.

Option 1: the map has its own variable selection dropdown

Option 2: the map displays whatever variable the user is currently viewing on a graph

-Advantages: probably intuitive to users, allows users to look at multiple slices of a 3D dataset at once -Disadvantages: map might flicker a lot as users switch from daily to monthly to yearly tabs, slightly more trouble to code, might get into race conditions if tabs are flickered too fast, would a user ever want to see a single day displayed on the map? unclear what to show before user picks a variable on a given tab

In addition, users would ideally have a way indicate what timestamp they wish to view on the map.