Hello, everyone!
My project is to visualize different layers with information. When using a filter, I need all layers to be filtered. ArcGIS Instant Apps only provides the ability to filter a specific layer. Can someone advise me how to implement this? Is there any way to link data by a common attribute (state or county)?
Dear Darya,
One way can be utilizing SOI (server object interceptors).
Please follow the below link to see in details.
https://developers.arcgis.com/enterprise-sdk/guide/net/what-is-an-soi-net/
If you share more information, it will be helpful to understand better the issue.
Best of luck
I may not fully understand this SOI, but will definitely read more about it. Thank you very much!!!
I am overlaying layers from different data sources (files). Each of these sources has a common attribute County.
For example (I attach a screenshot), the map includes two layers - electricity prices (represented by polygons) and points - addresses. I would like the filtering of prices to remove polygons and points located within those polygons.
I hope it is more understandable now 🙂