<?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: ArcGIS API 4.17 client side feature layer rendering issues in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1091184#M74369</link>
    <description>&lt;P&gt;The race condition I experienced with addGraphics went away once I upgraded to 4.20.&amp;nbsp; I have not tried the "apply Edits" function, but it may work now as well.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 12:11:23 GMT</pubDate>
    <dc:creator>BillWinters</dc:creator>
    <dc:date>2021-08-23T12:11:23Z</dc:date>
    <item>
      <title>ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/59530#M5218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a feature layer with client side features. I am using &lt;CODE&gt;applyEdits&lt;/CODE&gt; to modify the client side features. I had done this before in 4.16 and it was working fine, but after bumping the version to 4.17, the &lt;CODE&gt;applyEdits&lt;/CODE&gt; call doesn't update the view. I have verified that the edits are correctly applied by querying the layer in the console and all of the updated features are there, but the view does not update. I have dug deeper and realized that once applyEdits has been called, the layer view for the feature layer to get stuck in the updating state (ie the &lt;CODE&gt;layerView.updating&lt;/CODE&gt; property is stuck on true, as well as the &lt;CODE&gt;mapView.updating&lt;/CODE&gt; property). It also seems to be running the CPU and eating up memory while doing this (I have even seen my page crash due to an out of memory error). It seems to me that this is a bug in the 4.17 version. I know there were a lot of updates to feature layers in this version, and it seems like maybe along with that some handling of client side feature layers may have been broken. Has anyone else run into this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Basic environment setup:&lt;/P&gt;&lt;P&gt;esri-loader&amp;nbsp;2.16.0 (loading arcgis api 4.17)&lt;/P&gt;&lt;P&gt;Vue.js 2.6.12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2020 23:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/59530#M5218</guid>
      <dc:creator>JesseWilliams</dc:creator>
      <dc:date>2020-10-27T23:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/59531#M5219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely one to report to ESRI, seems like a clear bug as you concluded based on your description.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 11:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/59531#M5219</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2020-10-28T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/59532#M5220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/426029"&gt;Jesse Williams&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry you're running into this - yes this is indeed&amp;nbsp;a bug that happens when applyEdits is called multiple time simultaneously, unfortunately we were missing some automated test coverage for this. We just installed a fix for this in our master branch, should be on /next sometime next week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try the workaround in&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/matt9222/pen/GRqWYNo" title="https://codepen.io/matt9222/pen/GRqWYNo"&gt;https://codepen.io/matt9222/pen/GRqWYNo&lt;/A&gt;&amp;nbsp;and see if that fixes your issue? Calling the `applyEditsToLayer(layer, edits)` function instead of layer.applyEdits directly should force the edits to be serialized.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 17:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/59532#M5220</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2020-10-28T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1013298#M71263</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/300815"&gt;@mgeorge&lt;/a&gt;&amp;nbsp;... I was wondering if this one has been fixed? I've been running into issues on 4.18 where my labels are not updating after calling applyEdits, but my other symbols are. I downgraded to 4.16, and it works fine there. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 21:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1013298#M71263</guid>
      <dc:creator>rogenjh</dc:creator>
      <dc:date>2020-12-31T21:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1036904#M72072</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As per release note of 4.18, this issue is resolved but the labels at client-side are still&amp;nbsp; not&amp;nbsp; getting updated when featurelayer is updated.&amp;nbsp; Any idea how to achieve this ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 22:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1036904#M72072</guid>
      <dc:creator>wasimraja1</dc:creator>
      <dc:date>2021-03-15T22:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1043441#M72340</link>
      <description>&lt;P&gt;Hi guys - sorry for the lack of reply, my notifications seem to not be working. We installed a fix for applyEdits in 4.19 that should fix both issues with labels not updating &amp;amp; for high-frequency edits (e.g. on cursor move).&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 17:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1043441#M72340</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2021-04-02T17:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1043443#M72341</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/279047"&gt;@wasimraja1&lt;/a&gt;if you have a repro I can make sure there are no other issues for your workflow.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 17:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1043443#M72341</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2021-04-02T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1044096#M72365</link>
      <description>&lt;P&gt;When ESRI Plans to release JS API 4.19 ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 06:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1044096#M72365</guid>
      <dc:creator>wasimraja1</dc:creator>
      <dc:date>2021-04-06T06:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1044214#M72369</link>
      <description>&lt;P&gt;I think 4.19 should be releasing in 2-3 weeks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 16:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1044214#M72369</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2021-04-06T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1052518#M72799</link>
      <description>&lt;P&gt;I'm at 4.19 and can confirm that this issue remains.&amp;nbsp; When I revert to 4.16 the issue goes away.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add multiple graphics at once using applyEdits, the graphics are added, but the labels do not render 90% of the time.&amp;nbsp; There seems to be some sort of race condition at play.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 22:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1052518#M72799</guid>
      <dc:creator>DougPowers</dc:creator>
      <dc:date>2021-04-28T22:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1091108#M74362</link>
      <description>&lt;P&gt;I can confirm that this is still an issue at 4.19. I am having issues with label class updating on client side features when layer is edited frequently, and uniquevalue renderer symbol redrawing in view after applyedits.&lt;BR /&gt;I will look into creating a codepen to recreate this issue in a sandbox.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 22:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1091108#M74362</guid>
      <dc:creator>Chris_K</dc:creator>
      <dc:date>2021-08-22T22:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 4.17 client side feature layer rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1091184#M74369</link>
      <description>&lt;P&gt;The race condition I experienced with addGraphics went away once I upgraded to 4.20.&amp;nbsp; I have not tried the "apply Edits" function, but it may work now as well.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 12:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-api-4-17-client-side-feature-layer/m-p/1091184#M74369</guid>
      <dc:creator>BillWinters</dc:creator>
      <dc:date>2021-08-23T12:11:23Z</dc:date>
    </item>
  </channel>
</rss>

