Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    I found a bug about data quality

    Bug Reports
    1
    4
    1.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      124947399
      last edited by

      ![0_1527043770726_3094c2a5-2897-419d-b63a-00a054f2f9cb-image.png](正在上传 100%)

      this variable is undefined

      1 Reply Last reply Reply Quote 0
      • 1
        124947399
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • 1
          124947399
          last edited by

          it must be
          var e = a.upgradeDataQuality ? c[Math.max(c.indexOf(a.dataQuality) - 1, 0)] : a.dataQuality;

          1 Reply Last reply Reply Quote 0
          • 1
            124947399
            last edited by

            no response.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
            NodeBB & contributors, OSM & contributors, HERE maps
            Terms of Use     Privacy Policy