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