<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Picker at non-surface altitude]]></title><description><![CDATA[<p dir="auto">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:</p>
<pre><code>    broadcast.once('redrawFinished', () =&gt; {
         picker.open({ lat: someLatitude, lon: someLongitude });
         // Opening of a picker (async)
    });
</code></pre>
<p dir="auto">but is there any way I could set the picker's altitude too, with maybe something like:</p>
<pre><code>    broadcast.once('redrawFinished', () =&gt; {
         picker.open({ lat: someLatitude, lon: someLongitude, alt: someAltitude });
         // Opening of a picker (async)
    });
</code></pre>
<p dir="auto">(that above code of course doesn't work, but might there be anything that would?)</p>
<p dir="auto">thanks very much!<br />
justin</p>
]]></description><link>https://community.windy.com/topic/7079/picker-at-non-surface-altitude</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 20:46:02 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/7079.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Nov 2018 00:01:27 GMT</pubDate><ttl>60</ttl></channel></rss>