<?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: Flashing Flow Renderer after version 5.0 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687984#M88225</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/833978"&gt;@JonathanDawe_BAS&lt;/a&gt;&amp;nbsp;- this seems like a bug. We'll investigate. Thank you for letting us know!&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2026 13:53:48 GMT</pubDate>
    <dc:creator>AnneFitz</dc:creator>
    <dc:date>2026-03-03T13:53:48Z</dc:date>
    <item>
      <title>Flashing Flow Renderer after version 5.0</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687933#M88222</link>
      <description>&lt;P&gt;I recently did an experiment with flow renderers from a COG imagery tile. I see that in version 5.0 of the ArcGIS API there are new improvements to the behaviour of the renderer on moving the map.&lt;/P&gt;&lt;P&gt;Unfortunately on changing to version 5.0 I'm now seeing strange flashing of vector flow symbology on "no data" parts of my COG.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before (4.34):&amp;nbsp;&lt;A href="https://codepen.io/Jonathan-Dawe/pen/XJKGmmg" target="_blank"&gt;https://codepen.io/Jonathan-Dawe/pen/XJKGmmg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After (5.0):&amp;nbsp; &lt;A href="https://codepen.io/Jonathan-Dawe/pen/YPGymvw" target="_blank"&gt;https://codepen.io/Jonathan-Dawe/pen/YPGymvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is this a bug with the renderer, or an issue with my underlying data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 10:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687933#M88222</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2026-03-03T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Flow Renderer after version 5.0</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687937#M88223</link>
      <description>&lt;P&gt;A workaround I have at the moment is to add some kind of opacity visual variable...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    field: "Raster.Magnitude",
      stops: [
        { value: 0,   opacity: 1 },
        { value: 100,   opacity: 1 },  
        { value: 100.1, opacity: 0 },   // anything above this → fully transparent
        { value: 9999, opacity: 0 }, 
      ],
    },&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 03 Mar 2026 10:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687937#M88223</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2026-03-03T10:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Flow Renderer after version 5.0</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687984#M88225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/833978"&gt;@JonathanDawe_BAS&lt;/a&gt;&amp;nbsp;- this seems like a bug. We'll investigate. Thank you for letting us know!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 13:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1687984#M88225</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2026-03-03T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Flow Renderer after version 5.0</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1689080#M88260</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/833978"&gt;@JonathanDawe_BAS&lt;/a&gt;&amp;nbsp;this issue was fixed in today's patch, 5.0.10! Let us know if you are still running into any issues.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 20:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flashing-flow-renderer-after-version-5-0/m-p/1689080#M88260</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2026-03-06T20:07:06Z</dc:date>
    </item>
  </channel>
</rss>

