Class: cloudTileLayer

L.supermap.cloudTileLayer

超图云服务图层。

L.supermap.cloudTileLayer(url, options)

leaflet/mapping/CloudTileLayer.js, line 8
Name Type Default Description
url string 'http://t2.dituhui.com/FileService/image?map={mapName}&type={type}&x={x}&y={y}&z={z}' 可选

服务地址。

options Object

图层可选参数。

Name Type Default Description
type string 'web' 可选

type。

minZoom number 3 可选

最小缩放级别。

maxZoom number 18 可选

最大缩放级别。

mapName string 'quanguo' 可选

地图名称。

attribution string 'Map Data ©2014 SuperMap - GS(2014)6070号-data©Navinfo' 可选

版权信息。

Extends

Members

optionsstring

地图名称。

Default Value:
'quanguo'

typestring

地图投影。

Methods

getTileUrl(coords){string}

leaflet/mapping/CloudTileLayer.js, line 48

获取切片地址。

Name Type Description
coords Object

行列号。

Returns:
Type Description
string 切片地址。