Class: cloudTileLayer

cloudTileLayer

超图云服务图层。

L.supermap.cloudTileLayer(url, options)

leaflet/mapping/CloudTileLayer.js, line 4
Name Type Description
url string

服务地址,默认为 http://t2.supermapcloud.com/FileService/image?map={mapName}&type={type}&x={x}&y={y}&z={z}

options Object

图层可选参数。如:
layersID - {number}图层ID,如果有layersID,则是在使用专题图。
redirect - {boolean} 是否从定向,如果为 true,则将请求重定向到图片的真实地址;如果为 false,则响应体中是图片的字节流。
transparent - {number}设置透明度。
cacheEnabled - {string} 启用缓存。
clipRegionEnabled - {boolean} 是否启用地图裁剪。
prjCoordSys - {Object} 请求的地图的坐标参考系统。 如:prjCoordSys={"epsgCode":3857}。
overlapDisplayed - {boolean} 地图对象在同一范围内时,是否重叠显示。
overlapDisplayedOptions - {string} 避免地图对象压盖显示的过滤选项。
tileversion - {string} 切片版本名称,cacheEnabled 为 true 时有效。
crs - {L.Proj.CRS} 坐标系统类。
serverType - {SuperMap.ServerType} 服务来源 iServer|iPortal|online。
attribution - {string} 版权信息。
minZoom - {number} 最小缩放级别。
maxZoom - {number} 最大缩放级别。
mapName - {string} 地图名称。

Extends

Members

optionsString

地图名称,默认为 quanguo。

typeObject

地图投影。