<?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: 2d object heading in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247681#M49744</link>
    <description>&lt;P&gt;Set the rotation by attribute under the styling pane for the layer&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/create-maps/use-style-options-mv.htm#ESRI_SECTION1_E59376F5024746ECB41FE7825F0CA1E7" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/create-maps/use-style-options-mv.htm#ESRI_SECTION1_E59376F5024746ECB41FE7825F0CA1E7&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 16:55:54 GMT</pubDate>
    <dc:creator>RussRoberts</dc:creator>
    <dc:date>2023-01-12T16:55:54Z</dc:date>
    <item>
      <title>2d object heading</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247585#M49736</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I rotate (i.e Heading) a&amp;nbsp; moving icon (2D) loaded on the map?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247585#M49736</guid>
      <dc:creator>NorbertByiringiro</dc:creator>
      <dc:date>2023-01-12T13:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2d object heading</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247681#M49744</link>
      <description>&lt;P&gt;Set the rotation by attribute under the styling pane for the layer&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/create-maps/use-style-options-mv.htm#ESRI_SECTION1_E59376F5024746ECB41FE7825F0CA1E7" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/create-maps/use-style-options-mv.htm#ESRI_SECTION1_E59376F5024746ECB41FE7825F0CA1E7&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 16:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247681#M49744</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2023-01-12T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: 2d object heading</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247956#M49763</link>
      <description>&lt;P&gt;Hello Russell,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the feedback, I am actually using arcgis api for javascript, I am wondering if there is a property on which I can assign the rotation on a 2D symbol marker, for example on a 3d type&amp;nbsp; you can assign heading to a a certain angle.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;let&lt;/SPAN&gt;&lt;SPAN&gt; symbol = { &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"simple-marker"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"triangle"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;color&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"blue"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;size&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"8px"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;outline&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN class=""&gt;color&lt;/SPAN&gt;&lt;SPAN&gt;:"red"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN class=""&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;3&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;EM&gt; rotation/angle/heading&lt;/EM&gt;: 90&amp;nbsp; // &lt;STRONG&gt;Does this kind of property exist for 2D symbol????&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 09:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1247956#M49763</guid>
      <dc:creator>NorbertByiringiro</dc:creator>
      <dc:date>2023-01-13T09:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: 2d object heading</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1248020#M49769</link>
      <description>&lt;P&gt;Under visual variables:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-RotationVariable.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-RotationVariable.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 13:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/2d-object-heading/m-p/1248020#M49769</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2023-01-13T13:23:19Z</dc:date>
    </item>
  </channel>
</rss>

