I want to create a pop-up that shows the zoning type within a polygon boundary from multiple different county zoning layers.
So far I have found a lot of examples online of using Arcade FeatureSetByName to call one layer that intersects a polygon layer. However, is there a way to access attributes in different layers that intersect the original polygon layer?
Here is the scenario, I have a polygon boundary that is national (USA) and is an ownership boundary. I have in my map 5 other layers that are not owned by me because they are county parcel/zoning layers. I want to call all 5 layers that intersect with a particular ownership polygon. So ideally when I click the ownership polygon it will show me a list of zoning codes that are within it (no matter which county I am in it will pull only the zones that intersect my original polygon layer).
Is there a way to loop through the 5 layers and their zoning attributes to display only the zone that is currently intersecting the polygon boundary I click on?
@XanderBakker I'm looking at you 😉