Class: TileSourceEvent

ol/source/Tile.TileSourceEvent


Events emitted by TileSource instances are instances of this type.

Extends

Members

target{Object}

The event target.

tile{Tile}

The tile related to the event.

type{string}

The event type.

Methods

preventDefault() inherited

Prevent default. This means that no emulated click, singleclick or doubleclick events will be fired.

stopPropagation() inherited

Stop event propagation.

Events

Generic change event. Triggered when the revision counter is increased.

Generic error event. Triggered when an error occurs.

Triggered when a tile finishes loading, either when its data is loaded, or when loading was aborted because the tile is no longer needed.

Triggered if tile loading results in an error. Note that this is not the right place to re-fetch tiles. See load for details.

Triggered when a tile starts loading.