Hi,<div><br></div><div>I have a map which returns some data in a PopUp when the user clisk over it. The problem is that when the click is in one area outside the map, I obtain the next error:</div><div><br></div><div><span style="color:rgb(255,0,0);font-family:Consolas,&#39;Lucida Console&#39;,monospace;font-size:12px;line-height:12px;white-space:pre-wrap;background-color:rgb(255,255,255)">Uncaught TypeError: Cannot read property &#39;w&#39; of null</span>
</div><div><span style="color:rgb(255,0,0);font-family:Consolas,&#39;Lucida Console&#39;,monospace;font-size:12px;line-height:12px;white-space:pre-wrap;background-color:rgb(255,255,255)"><br></span></div><div style><font color="#ff0000" face="Consolas, &#39;Lucida Console&#39;, monospace"><span style="font-size:12px;line-height:12px;white-space:pre-wrap"><br>
</span></font></div><div style="text-indent:0px">var mapSize = this.map.getSize(); in &quot;Popup.js&quot; at the API returns &#39;undefined&#39; type. Exists some meaning to catch this error? Thanks</div>