Info Window Popup for Multiple Layer Services

4956
4
Jump to solution
08-17-2012 08:33 AM
DavidMcGill
New Contributor
I need some help in getting the Info Window Popup to display the results of the 3rd and 4th dynamic map service layers. 

I have it working for the 1st service layer and sometimes it will display the results for the 2nd  service layer. 

I had to comment out the 3rd and 4th dijit popup templates in order to get the application to display in the browser. 

Any help will be greatly appreciated.

here is the link-

http://jsfiddle.net/ABVJ9/7/

thanks,
David
0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Frequent Contributor
Here's an example where the popup displays for more than the first two layers:


http://jsfiddle.net/URpaW/

View solution in original post

4 Replies
KellyHutchins
Esri Frequent Contributor
Here's an example where the popup displays for more than the first two layers:


http://jsfiddle.net/URpaW/
MichaelHoward3
New Contributor II

Can the results from all layers be displayed in the same window without scrolling through each with the arrow?

0 Kudos
KellyHutchins
Esri Frequent Contributor

Michael Howard​ You could create a custom info window that navigates through the selected features in a different way. There's a sample in the help that shows how to create a custom info window.

Or display the content in another window or add tabs to the window to display the additional features.

DavidMcGill
New Contributor
Fantastic!  Thanks!
0 Kudos