Select to view content in your preferred language

Arrow Rotation For Points

170
1
Jump to solution
3 weeks ago
RolandDuhaime
Regular Contributor

I am trying to symbolize a point in ArcGIS Pro using an arrow and I have a field named Direction that I am using to set the rotation to 225 degrees and the rotation style is set to Geographic. However the arrow points to the northwest instead of the southwest. I can override this error by setting a Custom rotation of $feature.Direction - 90.  However, I am using a standard arrow symbol in Pro (points to the right in the marker gallery), so I wasn't aware that this correction was necessary. Are there arrow symbols that I should be using when working with a rotation field?

0 Kudos
1 Solution

Accepted Solutions
DavidSolari
MVP Regular Contributor

The rotation takes the orientation of the symbol and rotates it by that many degrees. This means if the symbol is normally facing right, you have to subtract 90 degrees to compensate like you did. If you want a symbol that doesn't need correction, it'll have to be facing directly up already.

View solution in original post

1 Reply
DavidSolari
MVP Regular Contributor

The rotation takes the orientation of the symbol and rotates it by that many degrees. This means if the symbol is normally facing right, you have to subtract 90 degrees to compensate like you did. If you want a symbol that doesn't need correction, it'll have to be facing directly up already.