L.supermap.wmtsLayer(url, options)
leaflet/mapping/TileLayer.WMTS.js, line 7
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
wmts 图层地址。 |
||||||||||||||||||||||||||||||||||||||||
options |
Object |
wmts 图层可选参数。
|
Extends
Methods
-
getTileUrl(coords){string}
leaflet/mapping/TileLayer.WMTS.js, line 64 -
根据行列号获取切片地址。
Name Type Description coords
Object 行列号。
Returns:
Type Description string 切片地址。