I have school points on a map with the school information in a list. When a list item is clicked the school point is filtered.
I also have school boundary polygons. The school boundary polygon has a schoolID field that matches with a school point field.
On load, I dont want the school boundary polygons to be visible, but when a school is selected, I want the associated school boundary to be visible.
I feel it's easy, but I can't figure it out.