<?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: Features flickering in 3D view when FeatureFilter present in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/features-flickering-in-3d-view-when-featurefilter/m-p/1398944#M84095</link>
    <description>&lt;P&gt;Hmm, really hard to say what causes this without an actual reproduction case.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Could you still share the codepen (even if it doesn't reproduce the problem), so we have a starter what to look?&lt;BR /&gt;(We specifically need to know what data and renderer / symbology is used, and how featureFilter is applied)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also, can you check the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you check if it also happens with 4.29?&lt;/LI&gt;&lt;LI&gt;Can you confirm the flicker does not happen when FeatureFilter is not applied?&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As said, hard to say but from the current recording I would say:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;it's not z-fighting (happens only with coplanar faces)&lt;/LI&gt;&lt;LI&gt;FeatureLayer, GeoJSON, OGCFeature should not make a difference (the internal rendering is the same on those)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 11:55:17 GMT</pubDate>
    <dc:creator>AndreasUlmer</dc:creator>
    <dc:date>2024-03-25T11:55:17Z</dc:date>
    <item>
      <title>Features flickering in 3D view when FeatureFilter present</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/features-flickering-in-3d-view-when-featurefilter/m-p/1397615#M84054</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello, I have an issue with features 'flickering' in and out whilst moving the camera around in a 3D scene, when the layers have a FeatureFilter applied. The setup uses arcgis/core version 4.28.10, with a FeatureFilter being applied to OGCFeatureLayers and FeatureLayers in a WebScene.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Here's a clip of the issue;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Recording 2024-03-19 at 1.51.16 PM.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98384iE4CF7CB0F59840A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Recording 2024-03-19 at 1.51.16 PM.gif" alt="Screen Recording 2024-03-19 at 1.51.16 PM.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I tried creating a mirror of the project setup with some test data in a codePen, and wasn't able to reproduce the same behaviour (maybe having more data in the layer makes the problem worse?). A similar flickering effect can happen when features overlap in 3D space (z-fighting), and when viewed from a particular angle (above or below), whether or not they have a filter on.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;To test my theories I've tried the following in my project with no luck;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Included only one feature layer in the scene,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Turned off the renderers and various other view/layer config options&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Using different Layer types (GeoJSON, OGCFeature)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Turning off base layers and ground layers&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Any help on this would be much appreciated!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Chris&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 01:24:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/features-flickering-in-3d-view-when-featurefilter/m-p/1397615#M84054</guid>
      <dc:creator>ChrisSwan</dc:creator>
      <dc:date>2024-03-19T01:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Features flickering in 3D view when FeatureFilter present</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/features-flickering-in-3d-view-when-featurefilter/m-p/1398944#M84095</link>
      <description>&lt;P&gt;Hmm, really hard to say what causes this without an actual reproduction case.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Could you still share the codepen (even if it doesn't reproduce the problem), so we have a starter what to look?&lt;BR /&gt;(We specifically need to know what data and renderer / symbology is used, and how featureFilter is applied)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also, can you check the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you check if it also happens with 4.29?&lt;/LI&gt;&lt;LI&gt;Can you confirm the flicker does not happen when FeatureFilter is not applied?&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As said, hard to say but from the current recording I would say:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;it's not z-fighting (happens only with coplanar faces)&lt;/LI&gt;&lt;LI&gt;FeatureLayer, GeoJSON, OGCFeature should not make a difference (the internal rendering is the same on those)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 11:55:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/features-flickering-in-3d-view-when-featurefilter/m-p/1398944#M84095</guid>
      <dc:creator>AndreasUlmer</dc:creator>
      <dc:date>2024-03-25T11:55:17Z</dc:date>
    </item>
  </channel>
</rss>

