<?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 feature layers info in single popup in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/1049855#M3901</link>
    <description>&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;I am looking for the same Popup functionality. Can you guide me how did you resolve?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kush&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 22:06:19 GMT</pubDate>
    <dc:creator>kshahmmp</dc:creator>
    <dc:date>2021-04-21T22:06:19Z</dc:date>
    <item>
      <title>Multiple feature layers info in single popup</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/790533#M1045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the popoup sample:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/sample-code/show-a-popup/" title="https://developers.arcgis.com/qt/latest/qml/sample-code/show-a-popup/"&gt;Show a popup | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mapView.identifyLayer(featureLayer, screenX, screenY, tolerance, returnPopupsOnly);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the line above in the sample code, I can see we can associate only &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;one layer with popup&lt;/STRONG&gt;&lt;/SPAN&gt;. However our requirement is to show multiple layer information in single popups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example we have multiple point features belonging to different feature layers in the sample below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/511594_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to have all the intersected layers info with respected to point clicked in one popup window like following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/511604_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen shot above is from webmap but it is a good sample to show how we would like to toggle through all the features with help of 1 and 2 in the image above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 20:40:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/790533#M1045</guid>
      <dc:creator>BrentSlone3</dc:creator>
      <dc:date>2020-10-22T20:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple feature layers info in single popup</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/790534#M1046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brent,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have IdentifyLayers,&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geoview.html" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geoview.html"&gt;GeoView QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;that would identify in all of the map layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this in our MapViewer template,&amp;nbsp;the MapViewer template would identify the features from all the layers in the webmap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 21:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/790534#M1046</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-10-22T21:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple feature layers info in single popup</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/790535#M1047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Erwin, we were able to solve the issue thourgh MapViewer template&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2020 12:50:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/790535#M1047</guid>
      <dc:creator>BrentSlone3</dc:creator>
      <dc:date>2020-10-27T12:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple feature layers info in single popup</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/1049855#M3901</link>
      <description>&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;I am looking for the same Popup functionality. Can you guide me how did you resolve?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kush&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 22:06:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/multiple-feature-layers-info-in-single-popup/m-p/1049855#M3901</guid>
      <dc:creator>kshahmmp</dc:creator>
      <dc:date>2021-04-21T22:06:19Z</dc:date>
    </item>
  </channel>
</rss>

