As documented in my earlier questions, I am having trouble connecting multiple ArcGIS Server services to identifyTasks. Therefore, I'm wondering if there is a tool/process or if its possible to create a button or tool that mimics the identify process in ArcGIS Desktop, where I can select which layer/service I want to identify and then click a point on the map to get the results?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
What you want to do is set up a click event which captures where the user clicked and then iterate through the visible layers and returns features that intersect the click point. on the esri documentation site they have this sample which looks to be similar to what you want. |
|||
|