Fix reloading tiles in case of an error with tile.load()

This commit is contained in:
Andreas Hocevar
2022-07-21 23:18:31 +02:00
parent 1c68d5093d
commit a1d68b4f66
7 changed files with 97 additions and 10 deletions
+3 -1
View File
@@ -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
*/