Does Vector Tiles generated from ArcGIS Pro can support label with text-rotation-alignment and symbol with icon-rotation-alignment? Such that user can choose whether the text and symbol rotation is align to map or display? If not support, any plan to support in the future?
Currently, the output vector tile generated from ArcGIS Pro when displaying with JS API, point label rotation will always align to display x-y axis and point symbol rotation will always align to display x-y axis as well. I want the output vector tile text label and icon symbol rotation can align with map east-west axis when displaying with JS API. So when I rotating the map view in JS API, the text label and icon symbol rotation can align with map east-west axis instead of keeping align to display x-y axis.
Thank you.