Thanks so much for your reply!
I’ve worked on it but still can’t get it to work.
I’m for now focusing on getting checkboxes to work and have the following setup:
The layout, 2 checkboxes and underneath it a map, by default I want all possible locations visible as markers when the page loads, this works, then I want to check the “food” one and only locations that offer food should show up, then when I check “Showers” I want to only have locations which have both food and showers.
Then I have these workflows:
And this data for the user (the toggle-webcam is not in use)
And for the filters in Locations:
And then I have the following constraints on the map:
What happens now is that the page loads, shows all locations and when I click either of the toggles all markers disappear from the map.