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