<?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: How to symbolize the Stream Layer using a unique value renderer and with an arrow indicating the direction of movement based on the attribute? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1387293#M83768</link>
    <description>&lt;P&gt;Dear EsriLover,&lt;/P&gt;&lt;P&gt;Please check the below link, which is my personal Github.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AmirSarrafzadeh/symbology_dictionary" target="_blank"&gt;https://github.com/AmirSarrafzadeh/symbology_dictionary&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can do almost what ever you want with dictionary renderer.&lt;/P&gt;&lt;P&gt;If you need more information please let me know&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 10:33:16 GMT</pubDate>
    <dc:creator>Amir-Sarrafzadeh-Arasi</dc:creator>
    <dc:date>2024-02-27T10:33:16Z</dc:date>
    <item>
      <title>How to symbolize the Stream Layer using a unique value renderer and with an arrow indicating the direction of movement based on the attribute?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1387265#M83764</link>
      <description>&lt;P&gt;We currently have a streamLayer with a unique value renderer based on two fields: Status and Entity.&lt;/P&gt;&lt;P&gt;The issue we're encountering is the need to add an arrow to each symbol, indicating its direction.&lt;/P&gt;&lt;P&gt;We attempted to address this by adding a graphicLayer to display the arrows around the symbols from the streamLayer. While the appearance was satisfactory, this solution wasn't ideal due to delays in adding the arrow to the graphic layer. Is there an alternative method to achieve this without encountering delays?&lt;/P&gt;&lt;P&gt;GIS application is developed using the Angular Framework and JavaScript API v4.28., while the Stream layer is created using WebSocket technology. The symbols we are using are in .png format.&lt;/P&gt;&lt;P&gt;We cannot rotate the whole symbol, only the arrow.&lt;/P&gt;&lt;P&gt;Basically, we need to have a symbol with 3 layers:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;layer that represents Status - the color of the background changes based on an attribute, e.g. 1 - green, 2 - blue, etc.&lt;/LI&gt;&lt;LI&gt;layer that represents Entity - icon inside the circle changes based on an attribute, e.g. 1 - man, 2 - car, 3 - truck, etc.&lt;/LI&gt;&lt;LI&gt;layer that represents Direction - the arrow on the border of the circle indicates the direction of movement (azimuth)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1387265#M83764</guid>
      <dc:creator>ErsiLover</dc:creator>
      <dc:date>2024-02-27T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to symbolize the Stream Layer using a unique value renderer and with an arrow indicating the direction of movement based on the attribute?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1387293#M83768</link>
      <description>&lt;P&gt;Dear EsriLover,&lt;/P&gt;&lt;P&gt;Please check the below link, which is my personal Github.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AmirSarrafzadeh/symbology_dictionary" target="_blank"&gt;https://github.com/AmirSarrafzadeh/symbology_dictionary&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can do almost what ever you want with dictionary renderer.&lt;/P&gt;&lt;P&gt;If you need more information please let me know&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:33:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1387293#M83768</guid>
      <dc:creator>Amir-Sarrafzadeh-Arasi</dc:creator>
      <dc:date>2024-02-27T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to symbolize the Stream Layer using a unique value renderer and with an arrow indicating the direction of movement based on the attribute?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1389633#M83820</link>
      <description>&lt;P&gt;You might want to check out CIMSymbol and its ability to override primitives via Arcade expressions as it might provide the necessary functionality.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMPictureMarker" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMPictureMarker&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#PrimitiveOverride" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#PrimitiveOverride&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:07:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-symbolize-the-stream-layer-using-a-unique/m-p/1389633#M83820</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2024-03-01T19:07:14Z</dc:date>
    </item>
  </channel>
</rss>

