Can I configure the pop-up window to show ONE pop-up but with attributes from multiple features within a feature service? I need to click on the map and pull Senate Number (feature 1), State House Number (feature 2), County Name (#3), etc. I would like this to show up in one display & not have to scroll through 11 popups.
Thanks
Solved! Go to Solution.
Hi Ted,
This won't be possible by configuring the pop-up. I would recommend running the Spatial Join tool on the layers in ArcGIS Desktop to get the output with all of the attributes you want, and then publish this as a service.
Hi Ted,
This won't be possible by configuring the pop-up. I would recommend running the Spatial Join tool on the layers in ArcGIS Desktop to get the output with all of the attributes you want, and then publish this as a service.
Thanks.
I hadn’t thought of that.