new WMTSLayer(url, options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.WMTSLayer(url, options);
// 弃用的写法
L.supermap.wmtsLayer(url, options);
</script>
// ES6 Import
import { WMTSLayer } from '@supermapgis/iclient-leaflet';
new WMTSLayer(url, options);
leaflet/mapping/TileLayer.WMTS.js, line 9
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务地址。 |
||||||||||||||||||||||||||||||||||||||||||||||||
options |
Object |
参数。
|
Extends
Methods
-
getTileUrl(coords){string}
leaflet/mapping/TileLayer.WMTS.js, line 78 -
获取切片地址。
Name Type Description coords
Object 行列号。
Returns:
Type Description string 切片地址。
Type Definitions
-
matrixObject
-
瓦片矩阵。
Properties:
Name Type Description identifier
string 瓦片矩阵标识符。