PROBLEM
In ArcGIS Pro, arrow symbols on point features point in the incorrect direction when applying rotation, causing inaccurate map visualization.

This is expected behavior. The default arrow symbology is not oriented toward the north at a 0° angle, but toward the east at 90°, as shown in the image below. When the rotation is applied, the symbol rotates from the default orientation, causing the symbol to point in a different direction than the specified angle.

To ensure the arrow symbols rotate according to the correct rotation angle, incorporate subtraction or addition to adjust the default orientation angle using an Arcade expression, depending on the selected rotation style.
Note: If clicking Symbology directs to the Format Point Symbol subpane of the Symbology pane, click Return to primary symbology page.
$feature.<rotation_field> - <value>
Note: This workflow uses the Geographic rotation style. Therefore, the default orientation angle is subtracted. If the Arithmetic rotation style is used, the angle is added instead.![]()
In this example, the arrow symbol used is pointing toward geographic east (90°) by default. Therefore, 90 degrees is subtracted from the rotation angle.
$feature.Angle – 90
to validate the expression.The image below shows the updated arrow symbols pointing in the correct rotation angles.

Article ID: 000036390
Get help from ArcGIS experts
Start chatting now