Make ol.reproj.Tile#load always async for consistency
This commit is contained in:
@@ -322,7 +322,7 @@ ol.reproj.Tile.prototype.load = function() {
|
||||
});
|
||||
|
||||
if (leftToLoad === 0) {
|
||||
this.reproject_();
|
||||
goog.global.setTimeout(goog.bind(this.reproject_, this), 0);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user