Hi,
We are adding extra zoom levels using MapView:ZoomScales property. This has been working fine with v14.3.1 but now with 14.4.3 it seems that ZoomScales is re-initialized when MapView:MapUnit is set.
Issue can be reproduced with attached code example. In this case ZoomScales count is 23 as expected in the beginning of OnLoaded event handler but after MapView:MapUnit is set count is 20 (there seems to be some handling for ZoomScales in setter which initializes ZoomScales I guess) which is not correct.
MapControl.xaml.zip (1.2 KB)
Br, Simo