<?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: How to display multiple Popups or popup summary? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-multiple-popups-or-popup-summary/m-p/1002387#M70843</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/344229"&gt;@lxd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes you can specify that you want the list of features in the popup feature by setting &lt;FONT face="andale mono,times"&gt;featureMenuOpen&lt;/FONT&gt; to true in the parameters of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#open" target="_blank" rel="noopener"&gt;&lt;FONT face="andale mono,times"&gt;popup.open()&lt;/FONT&gt;&lt;/A&gt; method.&lt;/P&gt;&lt;P&gt;It would look something like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;view.popup.open({
  location: point,
  features: featureSet.features,
  featureMenuOpen: true
});&lt;/LI-CODE&gt;&lt;P&gt;See line 161 in the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=featurelayer-query-basic" target="_blank" rel="noopener"&gt;Basic querying in FeatureLayer sample&lt;/A&gt; for an example.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 00:36:34 GMT</pubDate>
    <dc:creator>AnneFitz</dc:creator>
    <dc:date>2020-11-18T00:36:34Z</dc:date>
    <item>
      <title>How to display multiple Popups or popup summary?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-multiple-popups-or-popup-summary/m-p/1001967#M70823</link>
      <description>&lt;P&gt;Some points are on top of each on my map. When the point is clicked, the poup shows info for one of the points. To see the other points, you need to scroll, which some users miss.&lt;/P&gt;&lt;P&gt;Is there a way, when the point is clicked, to either show the summary for all points at that location? Or somehow combine the info to include all points in one popup?&lt;/P&gt;&lt;P&gt;The attached image is the summary, which I get if I click on the menu in the popup. That would be ideal to have to start with, but it is not default.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 23:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-multiple-popups-or-popup-summary/m-p/1001967#M70823</guid>
      <dc:creator>lxd</dc:creator>
      <dc:date>2020-11-16T23:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display multiple Popups or popup summary?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-multiple-popups-or-popup-summary/m-p/1002387#M70843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/344229"&gt;@lxd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes you can specify that you want the list of features in the popup feature by setting &lt;FONT face="andale mono,times"&gt;featureMenuOpen&lt;/FONT&gt; to true in the parameters of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#open" target="_blank" rel="noopener"&gt;&lt;FONT face="andale mono,times"&gt;popup.open()&lt;/FONT&gt;&lt;/A&gt; method.&lt;/P&gt;&lt;P&gt;It would look something like this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;view.popup.open({
  location: point,
  features: featureSet.features,
  featureMenuOpen: true
});&lt;/LI-CODE&gt;&lt;P&gt;See line 161 in the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=featurelayer-query-basic" target="_blank" rel="noopener"&gt;Basic querying in FeatureLayer sample&lt;/A&gt; for an example.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 00:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-multiple-popups-or-popup-summary/m-p/1002387#M70843</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2020-11-18T00:36:34Z</dc:date>
    </item>
  </channel>
</rss>

