How can you display layered infowindows in javascript for a map with layered feature layers, the way arcgis online maps does it? For example, if you have a layer with point locations, and a layer with aggregate data, say by county, when you click on a point, you get a next window arrow in the upper right corner of the infowindow, and a (1 of 2) or (1 of 3) indicator in the upper left, when working with a map on argis online. I want to produce the same functionality in javascript. In other words, I want to get to the layer info in lower layers without having to turn off the upper layer. Will just layering a semi-transparent point layer on top of a shape layer do the trick?
Thanks in advance,
Don
EMU
Solved! Go to Solution.
Are you looking for something like in this sample? This shows the infowindow for multiple layers in a service.
Are you looking for something like in this sample? This shows the infowindow for multiple layers in a service.
That is exactly what I am looking for. Thanks.