Merge pull request #5270 from fredj/load_error
Load erroneous image in ol.Image#load and ol.ImageTile#load
This commit is contained in:
+4
-1
@@ -107,6 +107,9 @@ ol.Tile.prototype.getState = function() {
|
||||
|
||||
|
||||
/**
|
||||
* FIXME empty description for jsdoc
|
||||
* Load the image or retry if loading previously failed.
|
||||
* Loading is taken care of by the tile queue, and calling this method is
|
||||
* only needed for preloading or for reloading in case of an error.
|
||||
* @api
|
||||
*/
|
||||
ol.Tile.prototype.load = goog.abstractMethod;
|
||||
|
||||
Reference in New Issue
Block a user