<?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: Bringing up pop-up of a specific feature layer when click even though this layer intersect with other layers. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198387#M18396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have examined the example presented. However I am wondering if this can work on more than one feature service, for example:&lt;/P&gt;&lt;P&gt;var Layer1 = new ArcGISDynamicMapServiceLayer("...parcel/MapServer", {opacity: 0.2});&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var Layer3 = new ArcGISDynamicMapServiceLayer("...community/MapServer", {&lt;/SPAN&gt;&lt;SPAN&gt;opacity: 0.2&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var Layer3 = new ArcGISDynamicMapServiceLayer("...valuation/MapServer", {&lt;/SPAN&gt;&lt;SPAN&gt;opacity: 0.2&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I get the IdentifyTask to work on all three?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jun 2017 14:44:30 GMT</pubDate>
    <dc:creator>DeanThompson</dc:creator>
    <dc:date>2017-06-01T14:44:30Z</dc:date>
    <item>
      <title>Bringing up pop-up of a specific feature layer when click even though this layer intersect with other layers.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198384#M18393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a limited knowledge of programming. however I am creating a web map where when i click on a feature layer a pop up comes up with the attributes of that layer. The problem is that there are three other feature layers but i only want to access one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 17:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198384#M18393</guid>
      <dc:creator>DeanThompson</dc:creator>
      <dc:date>2017-05-29T17:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing up pop-up of a specific feature layer when click even though this layer intersect with other layers.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198385#M18394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I assume that you must be doing an Identify operation to get the feature information. &amp;nbsp;And you want&amp;nbsp;to limit the results to a single feature class of your choice. &amp;nbsp;This can be controlled by passing the required layerid's in the identify parameters object. &amp;nbsp;Here is a &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/identifyparameters-amd.html" rel="nofollow noopener noreferrer" target="_blank"&gt;reference&lt;/A&gt; and a &lt;A href="https://developers.arcgis.com/javascript/3/jssamples/find_drilldown.html" rel="nofollow noopener noreferrer" target="_blank"&gt;sample&lt;/A&gt; for identify task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;identifyTask &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;IdentifyTask&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsampleserver3.arcgisonline.com%2FArcGIS%2Frest%2Fservices%2FBloomfieldHillsMichigan%2FParcels%2FMapServer" target="_blank"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/Parcels/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;IdentifyParameters&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tolerance &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;returnGeometry &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerIds &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerOption &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; IdentifyParameters&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LAYER_OPTION_ALL&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;width &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;width&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;height &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;height&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;identifyParams&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerIds &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198385#M18394</guid>
      <dc:creator>MirHashmi</dc:creator>
      <dc:date>2021-12-11T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing up pop-up of a specific feature layer when click even though this layer intersect with other layers.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198386#M18395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Will let you know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 12:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198386#M18395</guid>
      <dc:creator>DeanThompson</dc:creator>
      <dc:date>2017-05-31T12:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing up pop-up of a specific feature layer when click even though this layer intersect with other layers.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198387#M18396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have examined the example presented. However I am wondering if this can work on more than one feature service, for example:&lt;/P&gt;&lt;P&gt;var Layer1 = new ArcGISDynamicMapServiceLayer("...parcel/MapServer", {opacity: 0.2});&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var Layer3 = new ArcGISDynamicMapServiceLayer("...community/MapServer", {&lt;/SPAN&gt;&lt;SPAN&gt;opacity: 0.2&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var Layer3 = new ArcGISDynamicMapServiceLayer("...valuation/MapServer", {&lt;/SPAN&gt;&lt;SPAN&gt;opacity: 0.2&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I get the IdentifyTask to work on all three?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 14:44:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198387#M18396</guid>
      <dc:creator>DeanThompson</dc:creator>
      <dc:date>2017-06-01T14:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing up pop-up of a specific feature layer when click even though this layer intersect with other layers.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198388#M18397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this &lt;A href="https://gis.stackexchange.com/questions/12407/identifying-layers-from-multiple-arcgis-server-instances-using-arcgis-api-for-ja"&gt;stackexchange&lt;/A&gt; link will give you a head start to solve your problem. Although the sample given is based on old Api 2.4 but&amp;nbsp;it gives an idea on how you can go about to solve identifying multiple services and showing their results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 08:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bringing-up-pop-up-of-a-specific-feature-layer/m-p/198388#M18397</guid>
      <dc:creator>MirHashmi</dc:creator>
      <dc:date>2017-06-04T08:28:09Z</dc:date>
    </item>
  </channel>
</rss>

