<?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: Rendering of time based symbols in a FeatureLayer in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524963#M12981</link>
    <description>&lt;P&gt;Thank you for the reply and research Hamish, we'll try to implement it in that way!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 07:58:03 GMT</pubDate>
    <dc:creator>LarsNess</dc:creator>
    <dc:date>2024-08-21T07:58:03Z</dc:date>
    <item>
      <title>Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1518323#M12954</link>
      <description>&lt;P&gt;Hello Esri and ArcGIS people!&lt;/P&gt;&lt;P&gt;I'm wondering if there exists support for time based rendering of point geometries where the point's coordinates do not change (the points are static). Explanation:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;I have a FeatureLayer which contains points of interests. This is loaded through an ArcGIS Portal instance.&lt;/LI&gt;&lt;LI&gt;These points have time-based symbols, and change when they are re-drawn and relative time has passed, meaning there's a Renderer defined on the FeatureLayer on load (RenderingMode = Automatic).&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;This, howerer, requires user interaction with the MapView. If I have a static viewpoint, the symbols never change until I either pan or zoom&lt;/FONT&gt;. New features do appear though, with its initial symbol.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is there a way to force the Renderer to re-draw, preferably according to the FeatureLayer's RefreshInterval? New data is indeed fetched, but the symbols do not change until the user interacts with the map.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 13:34:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1518323#M12954</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2024-08-12T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1521247#M12961</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/645259"&gt;@LarsNess&lt;/a&gt;, thank you for your question.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Would you mind giving me a little more information on how you have set up your symbology? Currently time-based symbols don't exist but it sounds like your goal is to change the symbol based on some time-based attribute of a feature.&lt;BR /&gt;&lt;BR /&gt;If you could provide more information on what you're expecting to happen that will help me to point you in the right direction.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 08:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1521247#M12961</guid>
      <dc:creator>HamishDuff</dc:creator>
      <dc:date>2024-08-14T08:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1522090#M12962</link>
      <description>&lt;P&gt;Hello Hamish, thanks for the reply!&lt;/P&gt;&lt;P&gt;The symbology is apparently defined by string comparison on an Arcade expression, allowing the use of Now(). This does not seem to translate well into the C# runtime, and if we have a static viewpoint the symbols never change/the Arcade expression never re-evaluates. We have to pan or zoom or shake the map before the symbols change. Even though the layer has a RefreshInterval of 30 seconds, the connected Renderer does nothing to change symbols of Features that should be changed.&lt;/P&gt;&lt;P&gt;So, I can reformulate the question into two parts:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there a way to force the connected Renderer to re-draw based on the RefreshInterval the layer provides?&lt;/LI&gt;&lt;LI&gt;If an attribute on a Feature got updated, and the Renderer "subscribes" to this attribute (UniqueValueRenderer.FieldNames), would the symbol change if the viewpoint is static (not requiring user interaction at all)?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 15 Aug 2024 08:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1522090#M12962</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2024-08-15T08:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1522094#M12963</link>
      <description>&lt;P&gt;I forgot to add that there are 8 different symbols based on "time passed", which are defined as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LarsNess_0-1723709931499.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112432i6E71CBD419921A3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarsNess_0-1723709931499.png" alt="LarsNess_0-1723709931499.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 08:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1522094#M12963</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2024-08-15T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524389#M12978</link>
      <description>&lt;P&gt;Thanks for the additional information, I've asked internally for some clarification then I will get back to you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 14:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524389#M12978</guid>
      <dc:creator>HamishDuff</dc:creator>
      <dc:date>2024-08-20T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524485#M12979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/645259"&gt;@LarsNess&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;At the moment there isn't a trigger for the renderer to refresh. Although the refresh interval is looking at data updates in your use case as you are considering relative time the attributes aren't updating so this won't happen.&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;A possible workaround would be to populate the feature layer with a dummy attribute that holds the Now() time.&amp;nbsp; You could update that dummy attribute at an interval using an arcade script and the Now() function. Then instead of using Now() in your arcade expression for the renderer, you would use the dummy attribute.&amp;nbsp; Whenever the dummy Now() attribute is updated the symbols should be forced to refresh.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I hope that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 16:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524485#M12979</guid>
      <dc:creator>HamishDuff</dc:creator>
      <dc:date>2024-08-20T16:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering of time based symbols in a FeatureLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524963#M12981</link>
      <description>&lt;P&gt;Thank you for the reply and research Hamish, we'll try to implement it in that way!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 07:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rendering-of-time-based-symbols-in-a-featurelayer/m-p/1524963#M12981</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2024-08-21T07:58:03Z</dc:date>
    </item>
  </channel>
</rss>

