diff --git a/src/ol/reproj/tile.js b/src/ol/reproj/tile.js index c657c08649..a698dbb8c5 100644 --- a/src/ol/reproj/tile.js +++ b/src/ol/reproj/tile.js @@ -322,7 +322,7 @@ ol.reproj.Tile.prototype.load = function() { }); if (leftToLoad === 0) { - this.reproject_(); + goog.global.setTimeout(goog.bind(this.reproject_, this), 0); } } };