Class: webmap

L.supermap.webmap

对接 iPortal/Online 地图类。

L.supermap.webmap(id, options)

leaflet/mapping/WebMap.js, line 63
Name Type Description
id number

iPortal/Online 地图 id。

options Object

可选参数。

Name Type Default Description
map string 'map' 可选

地图容器id。

server string 'https://www.supermapol.com' 可选

iPortal/Online 服务地址。

featureLayerPopupEnable boolean true 可选

是否启动要素图层提示框。

featureLayerPopup string 可选

提示框提示信息。

credentialValue string 可选

证书值。

credentialKey string 'key' 可选

证书密钥。

attribution string 'Map Data <span>© <a href='https://www.supermapol.com' title='SuperMap Online' target='_blank'>SuperMap Online</a></span>' 可选

版权信息。

Fires

Extends

Events

coordconvertfailed

leaflet/mapping/WebMap.js, line 1156

坐标转换失败后触发。

Properties:
Name Type Description
err Object

error 对象。

coordconvertsuccess

leaflet/mapping/WebMap.js, line 1098

坐标转换成功后触发。

Properties:
Name Type Description
newCoor L.latLng

转换成功后的坐标。

featuremousemove

leaflet/mapping/WebMap.js, line 1302

鼠标移动到要素上之后触发。

Properties:
Name Type Description
feature SuperMap.Feature.Vector

当前被移动到的要素。

featureselected

leaflet/mapping/WebMap.js, line 1282

点击要素,要素存在之后触发。设置选中的要素。

Properties:
Name Type Description
feature SuperMap.Feature.Vector

点击的要素。

featureunselected

leaflet/mapping/WebMap.js, line 1266

重置选中的要素为空。

Properties:
Name Type Description
feature SuperMap.Feature.Vector

在重置之前选中的要素。

maploaded

leaflet/mapping/WebMap.js, line 202

底图加载完成后触发。

Properties:
Name Type Description
map L.Map

Leaflet Map 对象。