I have two objects (housing BCI and work orders) that are linked by building number (one housing BCI object to many work orders for that building). I am displaying these projects on a map in two layers, one for BCI and one for work orders. I have a filter, housing class, that is a property of the housing BCI object, and I want to use it to filter on both layers of the map.
Right now, my problem is that the filter only ever works for one layer at a time. I am okay with changing the structure of the map (i.e. not using layers) but I need to be able to use this single filter for both object types.
Is this possible? Any tips/advice?