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