<?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: Changing visual of temporal data using non-spatial fields in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360416#M83108</link>
    <description>&lt;P&gt;I write about how you can do this in a few places. Basically, you can follow the pattern in this sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/visualization-update-data/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/visualization-update-data/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is also described in this "Time styles" guide:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/visualization/data-driven-styles/time/#attribute-animation" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/visualization/data-driven-styles/time/#attribute-animation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here are some blog posts that provide context and more examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/six-ways-to-visualize-change-over-time-in-web-maps/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/six-ways-to-visualize-change-over-time-in-web-maps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/animate-and-explore-covid-19-data-through-time/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/animate-and-explore-covid-19-data-through-time/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/mapping-large-datasets-on-the-web/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/mapping-large-datasets-on-the-web/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you get it working, I'd love to see how it turns out.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 17:11:16 GMT</pubDate>
    <dc:creator>KristianEkenes</dc:creator>
    <dc:date>2023-12-13T17:11:16Z</dc:date>
    <item>
      <title>Changing visual of temporal data using non-spatial fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360302#M83106</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN&gt;I have about 3000 unique features. Each of those features has about 50 values which I want to use to change the colors of the polylines on the map. I want to prevent redrawing the feature since it's the same spatial geometry just a different value that should control the color.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT face="Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif"&gt;&lt;SPAN&gt;I'm having trouble thinking of the best way to do this. If I filter the features I'm assuming it would cause the features to be. redrawn. If I try to do this using a renderer I worry it will redraw each feature.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT face="Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif"&gt;&lt;SPAN&gt;Appreciate any help and hope I explained it well.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Dec 2023 15:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360302#M83106</guid>
      <dc:creator>JayP809</dc:creator>
      <dc:date>2023-12-13T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing visual of temporal data using non-spatial fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360416#M83108</link>
      <description>&lt;P&gt;I write about how you can do this in a few places. Basically, you can follow the pattern in this sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/visualization-update-data/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/visualization-update-data/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is also described in this "Time styles" guide:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/visualization/data-driven-styles/time/#attribute-animation" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/visualization/data-driven-styles/time/#attribute-animation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here are some blog posts that provide context and more examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/six-ways-to-visualize-change-over-time-in-web-maps/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/six-ways-to-visualize-change-over-time-in-web-maps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/animate-and-explore-covid-19-data-through-time/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/animate-and-explore-covid-19-data-through-time/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/mapping-large-datasets-on-the-web/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/mapping-large-datasets-on-the-web/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you get it working, I'd love to see how it turns out.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 17:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360416#M83108</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2023-12-13T17:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing visual of temporal data using non-spatial fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360776#M83114</link>
      <description>&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;As I undertstand you have about 3000 unique feature layers, and all of them are polyline feature layers. They have a field in their attribute table which has about 50 different values. you want to apply a method to show your polylines with different colors. is it right?&lt;/P&gt;&lt;P&gt;Could you please explain in details better your situation.&lt;/P&gt;&lt;P&gt;I have attached a sample project which I have done with dictionary rendere for 16 different unique values for a polyline feature layer. if you explain better the situation I can help better.&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 09:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-visual-of-temporal-data-using-non-spatial/m-p/1360776#M83114</guid>
      <dc:creator>Amir-Sarrafzadeh-Arasi</dc:creator>
      <dc:date>2023-12-14T09:04:01Z</dc:date>
    </item>
  </channel>
</rss>

