Fix reloading tiles in case of an error with tile.load()
This commit is contained in:
@@ -22,7 +22,9 @@ export default {
|
||||
TILELOADEND: 'tileloadend',
|
||||
|
||||
/**
|
||||
* Triggered if tile loading results in an error.
|
||||
* Triggered if tile loading results in an error. Note that this is not the
|
||||
* right place to re-fetch tiles. See {@link module:ol/ImageTile~ImageTile#load}
|
||||
* for details.
|
||||
* @event module:ol/source/Tile.TileSourceEvent#tileloaderror
|
||||
* @api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user