<?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 Re: Multiple Popup/Infowindow on Map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182689#M16968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prithiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if there is a way to bypass this, but a workaround that may work for you is to populate a DataGrid with a set of attribute information for one layer, and enable the popup/infoWindow for the other layer.&amp;nbsp; &lt;A href="http://jsfiddle.net/wt7nL1wq/"&gt;Here &lt;/A&gt;is an example of this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 15:24:46 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2014-12-30T15:24:46Z</dc:date>
    <item>
      <title>Multiple Popup/Infowindow on Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182688#M16967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I display more than one infowindow/popup on my map? On ArcGIS API reference, it says only one infowindow can be displayed at a time. Is there a way to bypass it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prithiv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 14:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182688#M16967</guid>
      <dc:creator>PrithivRajendran</dc:creator>
      <dc:date>2014-09-25T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Popup/Infowindow on Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182689#M16968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prithiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if there is a way to bypass this, but a workaround that may work for you is to populate a DataGrid with a set of attribute information for one layer, and enable the popup/infoWindow for the other layer.&amp;nbsp; &lt;A href="http://jsfiddle.net/wt7nL1wq/"&gt;Here &lt;/A&gt;is an example of this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 15:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182689#M16968</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-12-30T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Popup/Infowindow on Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182690#M16969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might not be what you're looking for, you can take all the features you're interested in and add them to the infoWindow so you can cycle through one at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.setFeatures([a,b,c]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could look at labeling selections instead of the popup.&amp;nbsp; If you really want to see all the attributes of a bunch of things at the same time then Jake has the best idea. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 19:37:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182690#M16969</guid>
      <dc:creator>JoshHevenor</dc:creator>
      <dc:date>2014-12-30T19:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Popup/Infowindow on Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182691#M16970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prithiv,&lt;/P&gt;&lt;P&gt;I have the same requirement...couldn't find anything so built a Popup subclass to allow multiple popups on a map and a few other things.&lt;/P&gt;&lt;P&gt;Just put it up on Github...I know this thread is a bit old but it may help yourself or someone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nickcam/PopupExtended" title="https://github.com/nickcam/PopupExtended"&gt;nickcam/PopupExtended · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 02:00:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-popup-infowindow-on-map/m-p/182691#M16970</guid>
      <dc:creator>NickCameron2</dc:creator>
      <dc:date>2015-06-25T02:00:06Z</dc:date>
    </item>
  </channel>
</rss>

