Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com

    Picker at non-surface altitude

    Windy API v4
    1
    1
    280
    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.
    • J
      jalbert last edited by

      Might there be any way to make and display a picker for information (wind, in my case) at a non-surface altitude? For information at surface elevation, I can do:

          broadcast.once('redrawFinished', () => {
               picker.open({ lat: someLatitude, lon: someLongitude });
               // Opening of a picker (async)
          });
      

      but is there any way I could set the picker's altitude too, with maybe something like:

          broadcast.once('redrawFinished', () => {
               picker.open({ lat: someLatitude, lon: someLongitude, alt: someAltitude });
               // Opening of a picker (async)
          });
      

      (that above code of course doesn't work, but might there be anything that would?)

      thanks very much!
      justin

      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 and Conditions     Privacy Policy