<?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: Issue with JS 4.19 Label deconflictionStrategy in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103653#M74849</link>
    <description>&lt;P&gt;Hi Tony,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fix should be live now:&amp;nbsp;&lt;A href="https://codepen.io/matt9222/pen/BaZbxoQ?editors=1000" target="_blank"&gt;https://codepen.io/matt9222/pen/BaZbxoQ?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 18:07:50 GMT</pubDate>
    <dc:creator>mgeorge</dc:creator>
    <dc:date>2021-09-30T18:07:50Z</dc:date>
    <item>
      <title>Issue with JS 4.19 Label deconflictionStrategy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1102289#M74812</link>
      <description>&lt;P&gt;I'm running into an issue with deconflictionStrategy not working as expected for FeatureLayers that use collection source for their data instead of a url.&lt;/P&gt;&lt;P&gt;At version 4.18, when I set the deconflictionStrategy to 'none', needed for FeatureReduction, on FeatureLayers from a collection,&amp;nbsp; labels for layers that were below that layer were removed so they didn't overlap. Other layers in the map have the default deconflictionStrategy of 'static'.&lt;/P&gt;&lt;P&gt;At 4.19 and above, the labels are now covering this feature layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below codepens are the same except for the version number&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Codepen for 4.18, where it was working as expected: &lt;A href="https://codepen.io/alexurq/pen/JjJwGEX" target="_blank" rel="noopener"&gt;https://codepen.io/alexurq/pen/JjJwGEX&lt;/A&gt;&lt;BR /&gt;Codepen for 4.19 where it isn't:&amp;nbsp;&lt;A href="https://codepen.io/alexurq/pen/OJgrMbQ" target="_blank" rel="noopener"&gt;https://codepen.io/alexurq/pen/OJgrMbQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there any addtional property that needs to be set prevent the overlaping of the labels?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 20:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1102289#M74812</guid>
      <dc:creator>TonyUrquidi1</dc:creator>
      <dc:date>2021-09-27T20:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JS 4.19 Label deconflictionStrategy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1102761#M74825</link>
      <description>&lt;P&gt;Hi Tony, the behavior for deconflictionStrategy in 4.19 affecting the collision of other layers wasn't the intended behavior... the intended behavior is that it was supposed to be "removed" from the collision detection all-together and always show labels, but you bring up a good point, and I can see the use case.&lt;/P&gt;&lt;P&gt;Are you able to avoid using deconflictionStrategy=none for featureReduction? Are you using it because you have a bunch of clusters that are close to each other?&lt;/P&gt;&lt;P&gt;E.g., can you do this: &lt;A href="https://codepen.io/matt9222/pen/Rwgvwjw?editors=1000" target="_blank"&gt;https://codepen.io/matt9222/pen/Rwgvwjw?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PS: In 4.20/4.21 we discovered an issue with the ordering of collisions with respect to multiple layers and are working on a fix for that now.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 19:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1102761#M74825</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2021-09-28T19:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JS 4.19 Label deconflictionStrategy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1102811#M74827</link>
      <description>&lt;P&gt;We are using featureReduction to display clusters of records that are close together and provide a label on the cluster itself. When the clusters are too close together, some clusters are not labeled.&lt;/P&gt;&lt;P&gt;Since setting the deconflictionStrategy to none completly removes them from collision detection, the behavior we saw in 4.18 was not intended. Any way to submit a request to get it to function as in 4.18?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any timeline when the 4.20/4.21 ordering of collisions bug would get fixed?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 21:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1102811#M74827</guid>
      <dc:creator>TonyUrquidi1</dc:creator>
      <dc:date>2021-09-28T21:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JS 4.19 Label deconflictionStrategy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103653#M74849</link>
      <description>&lt;P&gt;Hi Tony,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fix should be live now:&amp;nbsp;&lt;A href="https://codepen.io/matt9222/pen/BaZbxoQ?editors=1000" target="_blank"&gt;https://codepen.io/matt9222/pen/BaZbxoQ?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 18:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103653#M74849</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2021-09-30T18:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JS 4.19 Label deconflictionStrategy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103725#M74850</link>
      <description>&lt;P&gt;Awesome!! Looks good, thanks for the quick turnaround.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 20:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103725#M74850</guid>
      <dc:creator>TonyUrquidi1</dc:creator>
      <dc:date>2021-09-30T20:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with JS 4.19 Label deconflictionStrategy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103999#M74857</link>
      <description>&lt;P&gt;No problem! As for deconflictionStrategy, we're trying to sync up with the rest of the platform on this, so depending on that investigation it may or may not behave as it does in 4.19 or 4.21. I completely see the usefulness of the 4.19 behavior though and will try and see if we can get back to this in some way (worst case hopefully via some slightly different API).&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 16:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-js-4-19-label-deconflictionstrategy/m-p/1103999#M74857</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2021-10-01T16:44:25Z</dc:date>
    </item>
  </channel>
</rss>

