This is probably going to be a long shot as it’s not reproducible on demand, but… I’ll ask anyway - perhaps some kind soul can figure it out anyway.
Namely,
fsMapViewSetWeatherRadarConeAngleInRadians sometimes reverts to 360 degrees even though we set it with
FsMapViewSetWeatherRadarConeAngleInRadians(… , DEG2RAD * (179.90));
(we were originally using 180 deg, or even PI but both exhibit the same issue).
I would say it works 99.9% of the time, but the 0.1% is really distracting to everyone…
(users can also tell that it fails because when set to 180 deg, the radar does a back-and-forth sweep, but when it fails, it only sweeps one way).
I am not sure if you can detect anything in the code, but if you can, it’d be super perfect to fix this problem, as we can’t really do much about it other than to tell our customers “it’s not us”.
