<?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: JSAPI 4.22 IdentifyParameters, layerIds not accepted in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140300#M76250</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/557706"&gt;@AndreaKittler&lt;/a&gt;,&amp;nbsp;&lt;SPAN&gt;this is a known issue that will be fixed at the next release (4.23). It should also be ready to test on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;next&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/feedback-js-api-next" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Esri/feedback-js-api-next&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Here's a potential workaround:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/identify-not-honoring-layerids-supplied-to/m-p/1137516#M76101" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/identify-not-honoring-layerids-supplied-to/m-p/1137516#M76101&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 14:41:33 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2022-02-03T14:41:33Z</dc:date>
    <item>
      <title>JSAPI 4.22 IdentifyParameters, layerIds not accepted</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140274#M76248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it seems as if in version 4.22 neither the parameter layerIds is accepted in the IdentifyParameters nor the layerOption "visible" is updated.&lt;BR /&gt;Example:&lt;BR /&gt;I want results from "Vorhaben", layerID 405&lt;BR /&gt;&lt;A href="https://ims.kiel.de/extern/apps/Vorlage_js4/samples/identify422.html" target="_blank" rel="noopener"&gt;&lt;STRIKE&gt;https://ims.kiel.de/extern/apps/Vorlage_js4/samples/identify422.html&lt;/STRIKE&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This still works with version 4.21.&lt;BR /&gt;Example:&lt;BR /&gt;I want results from "Vorhaben", layerID 405&lt;BR /&gt;&lt;A href="https://ims.kiel.de/extern/apps/Vorlage_js4/samples/identify421.html" target="_blank" rel="noopener"&gt;&lt;STRIKE&gt;https://ims.kiel.de/extern/apps/Vorlage_js4/samples/identify421.html&lt;/STRIKE&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MapImageServer "MIL" with&lt;BR /&gt;- Layer "Vorhaben": LayerId: 405, visible: 0&lt;BR /&gt;- Layer "Wohnungsbau-Vorhaben": LayerId: 395, visible: 1&lt;/P&gt;&lt;P&gt;Script:&lt;BR /&gt;// toggle Visibility&lt;BR /&gt;[...]&lt;BR /&gt;// set IdentifyParameters&lt;BR /&gt;[...]&lt;BR /&gt;// I want results from "Vorhaben"&lt;BR /&gt;identifyParams.layerIds = [405];&lt;BR /&gt;identifyParams.layerOption = "visible";&lt;BR /&gt;[...]&lt;/P&gt;&lt;P&gt;view onClick&lt;BR /&gt;-&amp;gt; I always (!) get results from layer 395 and never (!) from layer 405&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 15:20:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140274#M76248</guid>
      <dc:creator>AndreaKittler</dc:creator>
      <dc:date>2022-02-03T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.22 IdentifyParameters, layerIds not accepted</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140300#M76250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/557706"&gt;@AndreaKittler&lt;/a&gt;,&amp;nbsp;&lt;SPAN&gt;this is a known issue that will be fixed at the next release (4.23). It should also be ready to test on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;next&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/feedback-js-api-next" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Esri/feedback-js-api-next&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Here's a potential workaround:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/identify-not-honoring-layerids-supplied-to/m-p/1137516#M76101" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/identify-not-honoring-layerids-supplied-to/m-p/1137516#M76101&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 14:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140300#M76250</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-02-03T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.22 IdentifyParameters, layerIds not accepted</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140307#M76251</link>
      <description>&lt;P&gt;Thank you very much, I didn't found it...&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 14:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-22-identifyparameters-layerids-not/m-p/1140307#M76251</guid>
      <dc:creator>AndreaKittler</dc:creator>
      <dc:date>2022-02-03T14:47:11Z</dc:date>
    </item>
  </channel>
</rss>

