<?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: Rotating Symbology with data frame in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287498#M22219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure why this works on my computer (10.1, SP1... it's probably a bug), but it's worth a shot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Un-check&lt;/STRONG&gt;&lt;SPAN&gt; the "Rotate Marker Symbols with Data Frame" option in the "Data Frame" tab of the window that comes up when you run the AdvancedArcMapSettings.exe tool (found in C:\Program Files (x86)\ArcGIS\Desktop10.1\Utilities).&amp;nbsp; For some reason, on my computer the point marker symbols only rotate with the data frame when that option is un-checked, and line marker symbols only rotate with the data frame when that option is checked.&amp;nbsp; Weird, eh?&amp;nbsp; Rotating symbols with data frames supposedly only works if you set symbol rotation using the "Rotate Points by Angle in this field" option in the Symbology/Advanced/Rotation... window, so I chose the field "&amp;lt;expression&amp;gt;", and put the value 0 as the expression.&amp;nbsp; If you have another version of ArcGIS, maybe all you have to do is check the "Rotate Marker Symbols with Data Frame" rather than un-check it like I had to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't blame you for not wanting to write df1.rotation values to a Feature Class every time you rotate a data frame... that would make map automation rather inefficient!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2013 18:17:39 GMT</pubDate>
    <dc:creator>KerryAlley</dc:creator>
    <dc:date>2013-09-12T18:17:39Z</dc:date>
    <item>
      <title>Rotating Symbology with data frame</title>
      <link>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287496#M22217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have point symbology (squares) that are not rotating with the data frame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set the rotation field to df1.rotation to get correct values, but I have to re-enter the code everytime I rotate the data frame. Is there a way to make the code dynamic so every time I rotate the dataframe the coding updates and rotates the symbology as &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 09:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287496#M22217</guid>
      <dc:creator>JustinBeynon</dc:creator>
      <dc:date>2013-09-12T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Symbology with data frame</title>
      <link>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287497#M22218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin, use circles instead...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But seriously though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My rotated symbols (these arrows are pointing in the direction given by an attribute) - pic 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are rotated by the correct amount when I apply a df rotation as well - pic 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 10.1 SP1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 12:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287497#M22218</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2013-09-12T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Symbology with data frame</title>
      <link>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287498#M22219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure why this works on my computer (10.1, SP1... it's probably a bug), but it's worth a shot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Un-check&lt;/STRONG&gt;&lt;SPAN&gt; the "Rotate Marker Symbols with Data Frame" option in the "Data Frame" tab of the window that comes up when you run the AdvancedArcMapSettings.exe tool (found in C:\Program Files (x86)\ArcGIS\Desktop10.1\Utilities).&amp;nbsp; For some reason, on my computer the point marker symbols only rotate with the data frame when that option is un-checked, and line marker symbols only rotate with the data frame when that option is checked.&amp;nbsp; Weird, eh?&amp;nbsp; Rotating symbols with data frames supposedly only works if you set symbol rotation using the "Rotate Points by Angle in this field" option in the Symbology/Advanced/Rotation... window, so I chose the field "&amp;lt;expression&amp;gt;", and put the value 0 as the expression.&amp;nbsp; If you have another version of ArcGIS, maybe all you have to do is check the "Rotate Marker Symbols with Data Frame" rather than un-check it like I had to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't blame you for not wanting to write df1.rotation values to a Feature Class every time you rotate a data frame... that would make map automation rather inefficient!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 18:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rotating-symbology-with-data-frame/m-p/287498#M22219</guid>
      <dc:creator>KerryAlley</dc:creator>
      <dc:date>2013-09-12T18:17:39Z</dc:date>
    </item>
  </channel>
</rss>

