Hello, I am trying to create an interactive map (as a dashboard) that is at the state and county level for the US, where the user can taggle between state and county level.
Then the user can select with the mouse their state (or county) and then in a sidebar various information about their selected state/county will display. Such as state, housing units, and other fields from the data. I've already created a web map that has two layers, state and county, with all the information I'm wanting to display.
Having trouble determining which element in the dashboard will allow me to most easily create this, so any suggestions/guides would be much appreciated.