Module: ol/source/UrlTile

ol/source/UrlTile


Classes

UrlTile

Type Definitions

Options{Object}

Properties:
Name Type Description
attributions AttributionLike | undefined

归属信息。

attributionsCollapsible boolean
(defaults to true)

归属信息是否可折叠。

cacheSize number | undefined

已弃用。 请改用图层上的 cacheSize 选项。

projection ProjectionLike | undefined

投影。

state State | undefined

状态。

tileGrid TileGrid | undefined

瓦片网格。

tileLoad函数 Load函数

瓦片加载函数。

tilePixelRatio number | undefined

瓦片像素比。

tileUrl函数 Url函数 | undefined

已弃用。 请改用 ImageTile 数据源并通过 url 选项提供函数。

url string | undefined

Url.

urls Array.<string> | undefined

URL 列表。

wrapX boolean
(defaults to true)

水平环绕。

transition number | undefined

过渡。

key string | undefined

Key.

zDirection number | NearestDirection函数
(defaults to 0)

Z方向。

interpolate boolean
(defaults to false)

重采样时使用插值。 默认情况下, 重采样时使用最近邻。