<?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[Console error &#96;Cannot read property &#x27;style&#x27; of undefined &#96; on e._tileLoaded]]></title><description><![CDATA[<p dir="auto">Every time a new tile is loaded into windy i am getting  Cannot read property 'style' of undefined.</p>
<p dir="auto">The offending line is with the windy source code itself.</p>
<p dir="auto">If you prettify their code it this block that it seems to throw the error</p>
<hr />
<p dir="auto">_tileLoaded: function() {<br />
this._tilesToLoad--,<br />
L.DomUtil.addClass(this._tileContainer, "leaflet-zoom-animated"),<br />
this._tilesToLoad || (this._tileContainer.style.opacity = 1,<br />
<strong>this._bgBuffer.style.opacity = .3,</strong><br />
clearTimeout(this._clearBgBufferTimer),<br />
this._clearBgBufferTimer = setTimeout(this._clearBgBuffer.bind(this), 500),<br />
this.inMotion || this.redrawFinished())<br />
},</p>
<hr />
<p dir="auto">_bgBuffer seems to not be defined. does anyone have any idea why this would be?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.windy.com/topic/6997/console-error-cannot-read-property-style-of-undefined-on-e-_tileloaded</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 07:23:32 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/6997.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Oct 2018 13:27:04 GMT</pubDate><ttl>60</ttl></channel></rss>