Good day all.
Let's say I have two multi-selection drop menus one for `score` and one for `depth` (with low, medium and high values). In one map I want to show the selected `score` and in other one I want to show the `depth` in select areas with the selected score. Moreover, there is another filter for `location` as well. What that means is that, for example, the user selects `score` `1` and `location` `A`. The score map zooms into location `A` and shows score 1. In the other filter the user selects depth `low`. The other map then zooms into location `A` and shows areas `low` depth corresponding to score `1`.
Please note that all the three filters are based on the same dataset.
How can I connect the `score` and `depth` filters with the `score` and `depth` maps respectively?
Desired Output
