<?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: StreamLayer 4.29 | Features have black blinking square in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1391986#M83879</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/573982"&gt;@orahlagi&lt;/a&gt;&amp;nbsp;-&lt;/P&gt;&lt;P&gt;This issue should be fixed for 4.29. Could you please check that this issue is fixed on your end with your application and let us know ASAP if it's still occurring for you? Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 17:18:43 GMT</pubDate>
    <dc:creator>LaurenBoyd</dc:creator>
    <dc:date>2024-03-06T17:18:43Z</dc:date>
    <item>
      <title>StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1387935#M83782</link>
      <description>&lt;P&gt;Hey, I just upgraded from 4.28.10 to 4.29 and noticed the features are blinking non stop, it's only stop on a very high zoom level.&lt;/P&gt;&lt;P&gt;I'm using sendMessageToClient method on StreamLayer.&lt;/P&gt;&lt;P&gt;I'm not sure how I can give an example to reproduce it, I didn't change anything in my code, I establish a layer with the following config:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;new StreamLayer({
idField: 'some-id-field',
fields: some fields as FieldProperties[],
timeInfo: { trackIdField: 'TRACKID' },
geometryType: 'point',
objectIdField: 'something'
})&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Then I'm adding features as a batch:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;myStreamLayer.sendMessageToClient({
 type: 'features',
features: [{attributes: {someAttributes}, geometry:{x:someCoordinate, y:someCoordinate}}]
})&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Hope you can see the attached video.&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6347821168112w740h306r817" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6347821168112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6347821168112w740h306r817');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6347821168112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 10:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1387935#M83782</guid>
      <dc:creator>orahlagi</dc:creator>
      <dc:date>2024-02-28T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1388209#M83789</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you please paste the renderer code (especially the symbol part) here? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 18:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1388209#M83789</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2024-02-28T18:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1390966#M83856</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53756"&gt;@UndralBatsukh&lt;/a&gt;&amp;nbsp;Thank you.&lt;/P&gt;&lt;P&gt;Here you go (the uniquevalueinfo and the expression has some logic that I removed in the code example):&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
      visualVariables: [
            {
              type: 'rotation',
              field: 'angle',
              rotationType: 'geographic',
            },
          ]
      valueExpression:
        'someExpression...',
      uniqueValueInfos: [
        value: value,
      symbol: new PictureMarkerSymbol({
        height: someHeight,
        width: someWidth,
        url: url,
      }),
      ],
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 08:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1390966#M83856</guid>
      <dc:creator>orahlagi</dc:creator>
      <dc:date>2024-03-05T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1391986#M83879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/573982"&gt;@orahlagi&lt;/a&gt;&amp;nbsp;-&lt;/P&gt;&lt;P&gt;This issue should be fixed for 4.29. Could you please check that this issue is fixed on your end with your application and let us know ASAP if it's still occurring for you? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 17:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1391986#M83879</guid>
      <dc:creator>LaurenBoyd</dc:creator>
      <dc:date>2024-03-06T17:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1504186#M85012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing the same issue with 4.30 (from 4.30.1 to 4.30.8). Will it be fixed?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 14:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1504186#M85012</guid>
      <dc:creator>BenjaminLecuona</dc:creator>
      <dc:date>2024-07-11T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1504432#M85016</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you please provide a reproducible case? If it is not possible then can you please provide the code for the renderer? Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 19:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1504432#M85016</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2024-07-11T19:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1507827#M85073</link>
      <description>&lt;P&gt;Sorry I don't have any reproducible case. I am facing the issue even with a basic renderer. Blinking seems to occure on each StreamLayer update/rerender, because it depends on updateInterval property.&lt;/P&gt;&lt;P&gt;I was already facing this issue on some 4.28.x versions but not all of them.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 07:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1507827#M85073</guid>
      <dc:creator>BenjaminLecuona</dc:creator>
      <dc:date>2024-07-22T07:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1508073#M85077</link>
      <description>&lt;P&gt;I am not able to reproduce this issue. It would be very useful if you can give some details on when and how it is flickering. You can also reach out the Esri support to work on a reproducible case. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 16:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1508073#M85077</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2024-07-22T16:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: StreamLayer 4.29 | Features have black blinking square</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1517337#M85267</link>
      <description>&lt;P&gt;My issue has been resolved upgrading Angular to last version.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 09:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streamlayer-4-29-features-have-black-blinking/m-p/1517337#M85267</guid>
      <dc:creator>BenjaminLecuona</dc:creator>
      <dc:date>2024-08-09T09:41:35Z</dc:date>
    </item>
  </channel>
</rss>

