Module type for ol.source.Tile.Event
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
||||
|
||||
/**
|
||||
* Triggered when a tile starts loading.
|
||||
* @event ol.source.Tile.Event#tileloadstart
|
||||
* @event module:ol/source/Tile~TileSourceEvent#tileloadstart
|
||||
* @api
|
||||
*/
|
||||
TILELOADSTART: 'tileloadstart',
|
||||
@@ -17,14 +17,14 @@ export default {
|
||||
/**
|
||||
* Triggered when a tile finishes loading, either when its data is loaded,
|
||||
* or when loading was aborted because the tile is no longer needed.
|
||||
* @event ol.source.Tile.Event#tileloadend
|
||||
* @event module:ol/source/Tile~TileSourceEvent#tileloadend
|
||||
* @api
|
||||
*/
|
||||
TILELOADEND: 'tileloadend',
|
||||
|
||||
/**
|
||||
* Triggered if tile loading results in an error.
|
||||
* @event ol.source.Tile.Event#tileloaderror
|
||||
* @event module:ol/source/Tile~TileSourceEvent#tileloaderror
|
||||
* @api
|
||||
*/
|
||||
TILELOADERROR: 'tileloaderror'
|
||||
|
||||
@@ -61,7 +61,7 @@ import {getForProjection as getTileGridForProjection} from '../tilegrid.js';
|
||||
* Base class for sources providing images divided into a tile grid.
|
||||
*
|
||||
* @constructor
|
||||
* @fires ol.source.Tile.Event
|
||||
* @fires module:ol/source/Tile~TileSourceEvent
|
||||
* @extends {ol.source.UrlTile}
|
||||
* @param {module:ol/source/TileImage~Options=} options Image tile options.
|
||||
* @api
|
||||
|
||||
@@ -33,7 +33,7 @@ import {getKeyZXY} from '../tilecoord.js';
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @fires ol.source.Tile.Event
|
||||
* @fires module:ol/source/Tile~TileSourceEvent
|
||||
* @extends {ol.source.Tile}
|
||||
* @param {module:ol/source/UrlTile~Options=} options Image tile options.
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid.
|
||||
* editing.
|
||||
*
|
||||
* @constructor
|
||||
* @fires ol.source.Tile.Event
|
||||
* @fires module:ol/source/Tile~TileSourceEvent
|
||||
* @extends {ol.source.UrlTile}
|
||||
* @param {module:ol/source/VectorTile~Options=} options Vector tile options.
|
||||
* @api
|
||||
|
||||
Reference in New Issue
Block a user