L.supermap.webmap(id, options)
leaflet/mapping/WebMap.js, line 63
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
number |
iPortal/Online 地图 id。 |
||||||||||||||||||||||||||||||||
options |
Object |
可选参数。
|
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 对象。