Class: wmtsLayer

L.supermap.wmtsLayer

wmts 图层类。

L.supermap.wmtsLayer(url, options)

leaflet/mapping/TileLayer.WMTS.js, line 7
Name Type Description
url string

wmts 图层地址。

options Object

wmts 图层可选参数。

Name Type Default Description
layer string

需要显示的图层。

tileProxy string 可选

启用托管地址。

style Object 可选

图层样式。

format string 'image/png' 可选

wmts 图像格式('image/png'用于具有透明度的图层)。

tileSize number | L.Point '256' 可选

瓦片大小。

requestEncoding string 'KVP' 可选

KVP 或者 REST 的请求方式。

tilematrixSet Object 可选

瓦片矩阵集。

version string '1.0.0' 可选

版本。

attribution string 可选

版权信息。

Extends

Methods

getTileUrl(coords){string}

leaflet/mapping/TileLayer.WMTS.js, line 64

根据行列号获取切片地址。

Name Type Description
coords Object

行列号。

Returns:
Type Description
string 切片地址。