<?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 IdentifyTask related in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5364#M482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have requirements to show gis attributes of multiple points in one single popup. I explored IdentifyTask and it works fine if I have single map point to pass in. Let's say if I have multiple points on multiple layers then is there any support from JS API? I can probably use IdentifyTask in for loop and wait for all responses to come. But wondering if there is a better way. Also, I am not sure if IdentifyTask can work in this scenario, any example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 18:14:10 GMT</pubDate>
    <dc:creator>BhavinSanghani</dc:creator>
    <dc:date>2014-07-11T18:14:10Z</dc:date>
    <item>
      <title>IdentifyTask related</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5364#M482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have requirements to show gis attributes of multiple points in one single popup. I explored IdentifyTask and it works fine if I have single map point to pass in. Let's say if I have multiple points on multiple layers then is there any support from JS API? I can probably use IdentifyTask in for loop and wait for all responses to come. But wondering if there is a better way. Also, I am not sure if IdentifyTask can work in this scenario, any example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 18:14:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5364#M482</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2014-07-11T18:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyTask related</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5365#M483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean multiple layers in one service or multiple services? If it's multiple layers in one service, than this &lt;A href="https://developers.arcgis.com/javascript/jssamples/find_popup.html"&gt;sample&lt;/A&gt; shows you how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's multiple services, then yes, you will have to run the IdentifyTask over each service, but you can still put them all into one infoWindow. Take a look at this &lt;A _jive_internal="true" href="https://community.esri.com/message/361031#361031"&gt;post&lt;/A&gt; that shows how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should add the tag "javascript" to your post to make it more searchable on this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 18:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5365#M483</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-07-11T18:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyTask related</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5366#M484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant for single service only. I checked that example and it is passing only one mappoint. I want to pass multiple mappoints. I am selecting multiple records from the grid and need to show attributes of all the selected record in tree view (as mentioned on the example). e.g. record1 is on (x1,y1) point and on layer1 but record2 is on (x2,y2) point and on layer2. I guess &lt;SPAN class="pln"&gt;LAYER_OPTION_ALL&lt;/SPAN&gt; will consider for all layers but probably there is no way to pass multiple points with IdentifyTask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 19:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5366#M484</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2014-07-11T19:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyTask related</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5367#M485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I did was to build a separate function that uses the query task that loops through the graphics and the last map click to find the selected features, then build an array of the queries, pass that array to a promise, loop though the results and return it to the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 16:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identifytask-related/m-p/5367#M485</guid>
      <dc:creator>BrandonVan_Horn</dc:creator>
      <dc:date>2014-08-14T16:21:40Z</dc:date>
    </item>
  </channel>
</rss>

