Module: ol/source/Tile

ol/source/Tile


Classes

TileSourceEvent
TileSource

Type Definitions

Options{Object}

Properties:
Name Type Description
attributions AttributionLike | undefined

Attributions.

attributionsCollapsible boolean
(defaults to true)

Attributions are collapsible.

cacheSize number | undefined

CacheSize.

opaque boolean
(defaults to false)

Whether the layer is opaque.

tilePixelRatio number | undefined

TilePixelRatio.

projection ProjectionLike | undefined

Projection.

state State | undefined

State.

tileGrid TileGrid | undefined

TileGrid.

wrapX boolean
(defaults to false)

WrapX.

transition number | undefined

Transition.

key string | undefined

Key.

zDirection number | NearestDirectionFunction
(defaults to 0)

ZDirection.

interpolate boolean
(defaults to false)

Use interpolated values when resampling. By default, the nearest neighbor is used when resampling.