<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Infowindow Multiple Coincident Features in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405148#M37302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a point feature layer which oftentimes has multiple points in one location (coincident).&amp;nbsp; However, when you click on the point, it only returns one result.&amp;nbsp; (I've gone through and looked at the JSON... all the points are returned in JSON, but only one is shown on the infowindow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone let me know why I cannot iterate through all my coincident features with the navigation arrows?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a bare bones fiddle.&amp;nbsp; Click on the middle point 'Farrand Hall'.&amp;nbsp; There are about 25 features actually here, but only one is being shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/DanielTrone/bxPrb/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/DanielTrone/bxPrb/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 20:02:10 GMT</pubDate>
    <dc:creator>DanielTrone</dc:creator>
    <dc:date>2013-11-22T20:02:10Z</dc:date>
    <item>
      <title>Infowindow Multiple Coincident Features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405148#M37302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a point feature layer which oftentimes has multiple points in one location (coincident).&amp;nbsp; However, when you click on the point, it only returns one result.&amp;nbsp; (I've gone through and looked at the JSON... all the points are returned in JSON, but only one is shown on the infowindow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone let me know why I cannot iterate through all my coincident features with the navigation arrows?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a bare bones fiddle.&amp;nbsp; Click on the middle point 'Farrand Hall'.&amp;nbsp; There are about 25 features actually here, but only one is being shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/DanielTrone/bxPrb/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/DanielTrone/bxPrb/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 20:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405148#M37302</guid>
      <dc:creator>DanielTrone</dc:creator>
      <dc:date>2013-11-22T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Infowindow Multiple Coincident Features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405149#M37303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;one easy way to add support for toggling through multiple overlapping features would be to use our &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jssamples/popup_chart.html" rel="nofollow" target="_blank"&gt;Popup&lt;/A&gt;&lt;SPAN&gt; Widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can find a link to the same class in the API reference &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/popup-amd.html" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 20:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405149#M37303</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-11-22T20:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Infowindow Multiple Coincident Features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405150#M37304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;JGravois,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip about Popup Widget.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that this sample in particular was useful to getting the functionality I was looking for:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_popup.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/fl_popup.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 22:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/infowindow-multiple-coincident-features/m-p/405150#M37304</guid>
      <dc:creator>DanielTrone</dc:creator>
      <dc:date>2013-11-22T22:17:28Z</dc:date>
    </item>
  </channel>
</rss>

