Mark tile load events as stable
This commit is contained in:
@@ -280,21 +280,21 @@ ol.source.TileEventType = {
|
|||||||
/**
|
/**
|
||||||
* Triggered when a tile starts loading.
|
* Triggered when a tile starts loading.
|
||||||
* @event ol.source.TileEvent#tileloadstart
|
* @event ol.source.TileEvent#tileloadstart
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
TILELOADSTART: 'tileloadstart',
|
TILELOADSTART: 'tileloadstart',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Triggered when a tile finishes loading.
|
* Triggered when a tile finishes loading.
|
||||||
* @event ol.source.TileEvent#tileloadend
|
* @event ol.source.TileEvent#tileloadend
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
TILELOADEND: 'tileloadend',
|
TILELOADEND: 'tileloadend',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Triggered if tile loading results in an error.
|
* Triggered if tile loading results in an error.
|
||||||
* @event ol.source.TileEvent#tileloaderror
|
* @event ol.source.TileEvent#tileloaderror
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
TILELOADERROR: 'tileloaderror'
|
TILELOADERROR: 'tileloaderror'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user