Class: SuperMapCloud

SuperMapCloud

超图云地图图层源。

new ol.source.SuperMapCloud(opt_options)

openlayers/mapping/SuperMapCloud.js, line 3
Name Type Description
opt_options Object

可选参数:如:
url - {string} 服务地址。默认地址为 http://t2.supermapcloud.com/FileService/image?map={mapName}&type={type}&x={x}&y={y}&z={z}
attributions - {string} 版权描述信息。
cacheSize - {number} 缓冲大小。
tileLoadFunction - {function} 切片加载完成后执行函数。
maxZoom - {Object} 最大缩放级别。
opaque - {boolean} 是否透明。

Extends