Class: Tile

ol/Tile~Tile


Base class for tiles.

Methods

getTileCoord(){module:ol/tilecoord~TileCoord}

Tile.js, line 212

Get the tile coordinate for this tile.

Returns:
The tile coordinate.

load()

Tile.js, line 243

Load the image or retry if loading previously failed. Loading is taken care of by the tile queue, and calling this method is only needed for preloading or for reloading in case of an error.

setState(state)

Tile.js, line 231

Sets the state of this tile. If you write your own tileLoadFunction , it is important to set the state correctly to module:ol/TileState~ERROR when the tile cannot be loaded. Otherwise the tile cannot be removed from the tile queue and will block other requests.

Name Type Description
state module:ol/TileState

State.