Hello list,<br><br>I&#39;m having trouble with some tiles not loaded when panning to south.<br>I&#39;m looking into some fault on Grid.js, my buffer is 1 and my tilesize is 512 pixels.<br>I&#39;m debbuging the moveTo function and for me the problem is when it goes to the last else into the while instead of enter this
<br>else if (tlViewPort.y &lt; -this.tileSize.h * this.buffer) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.shiftRow(false);<br>}<br><br>for example: <br>tlViewPort.y = -255<br>-this.tileSize.h * this.buffer = -512<br><br>-255 &lt; -512<br><br>This is false, but when this occours a row is not added to the end of the grid and I stay without the last image at south.
<br><br>How can I deal with this problem???<br><br>Thanks in advance<br><br>Fred<br clear="all"><br>-- <br>&quot;Everything under the sun is in tune<br>But the sun is eclipsed by the moon&quot;