Hey,
I have tried to find some examples about rotating the MapView (WPF) but can’t seem to make it happen. I noticed MapView has properties such as
- Map.ExtentOverlay.RotationKey
- Map.ExtentOverlay.RotationMouseButton
and by default I can rotate the view by holding down the left Alt and then dragging the map with LeftMouseButton.
I figured that only thing I need to do is set the Map.RotatedAngle property to make this happen… but seems that’s not the case.
Is there an easy way to rotate the map w/o playing around with RotationProjectionConverter for each layer (which I also didn’t get to work properly) ?