I found a bug about data quality
-

this variable is undefined
-
b.getDataZoom
var e = a.upgradeDataQuality ? c[Math.max(c.indexOf(e) - 1, 0)] : a.dataQuality;c.indexOf(e) ==> e is undefined,so we always get radar quality level
-
it must be
var e = a.upgradeDataQuality ? c[Math.max(c.indexOf(a.dataQuality) - 1, 0)] : a.dataQuality; -
no response.
Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
NodeBB & contributors, OSM & contributors, HERE maps