Select to view content in your preferred language

Infowindow Multiple Coincident Features

2674
2
Jump to solution
11-22-2013 12:02 PM
DanielTrone
Deactivated User
Hello All,

I have a point feature layer which oftentimes has multiple points in one location (coincident).  However, when you click on the point, it only returns one result.  (I've gone through and looked at the JSON... all the points are returned in JSON, but only one is shown on the infowindow).

Typically, I would assume that a set of 'next' and 'previous' arrows would show on the header bar to allow you to navigate through all the coincident features, but that doesn't seem to be the case.

Can anyone let me know why I cannot iterate through all my coincident features with the navigation arrows?

Here is a bare bones fiddle.  Click on the middle point 'Farrand Hall'.  There are about 25 features actually here, but only one is being shown.

http://jsfiddle.net/DanielTrone/bxPrb/
0 Kudos
1 Solution

Accepted Solutions
JohnGravois
Deactivated User
one easy way to add support for toggling through multiple overlapping features would be to use our Popup Widget.

you can find a link to the same class in the API reference here.

View solution in original post

0 Kudos
2 Replies
JohnGravois
Deactivated User
one easy way to add support for toggling through multiple overlapping features would be to use our Popup Widget.

you can find a link to the same class in the API reference here.
0 Kudos
DanielTrone
Deactivated User
JGravois,

Thanks for the tip about Popup Widget. 
I found that this sample in particular was useful to getting the functionality I was looking for:

https://developers.arcgis.com/en/javascript/jssamples/fl_popup.html
0 Kudos