Class: tiandituTileLayer

tiandituTileLayer

天地图图层类。

L.supermap.tiandituTileLayer(options)

leaflet/mapping/TiandituTileLayer.js, line 5
Name Type Description
options Object

切片图层参数。如:
url - {string} 地图地址。
layerType - {string} 图层类型。(vec:矢量图层,img:影像图层,ter:地形图层)
style - {string} 图层风格。
format - {string} 格式。
isLabel - {boolean} 是否是标注图层
subdomains - {Array} 子域名数组。
attribution - {string} 版权信息

Extends

Methods

inherited getTileUrl(coords){string}

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

根据行列号获取切片地址

Name Type Description
coords Object

行列号

Returns:
Type Description
string 切片地址