Hi, My application have one map widget on a side, and list + filter on the other side.
The list + filter part is controlled by views to change the thematics of what we filters and what we see on the list.
The map is not concerned because i don't want to have 3 different Map Widget.
I used button widget to make the control of the view (i used 3 different section panel to manage the buttons, filters and lists).
I want to know if it exist a way to control which layer can be show on the map by using my buttons ? If I click on the "Offers" button, the offers layer appears on the map. If I click on "Transactions", the layer change to transaction layers.
It is possible to do that ?
thanks