Class: WebMap

ol.supermap.WebMap

对接 iPortal/Online 地图类。

new ol.supermap.WebMap(id, options)

openlayers/mapping/WebMap.js, line 51
Name Type Description
id string

iPortal|Online 地图 ID。

options Object

参数。

Name Type Default Description
target string 'map' 可选

目标类型。

map ol.map 可选

地图对象。

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

服务地址。

credentialKey string 'key' 可选

凭证密钥。

credentialValue string 可选

凭证值。

Extends

Methods

addLayer(layer)

openlayers/mapping/WebMap.js, line 182

添加图层。

Name Type Description
layer ol.layer.Vector

ol 图层。

load()

openlayers/mapping/WebMap.js, line 91

登陆窗口后添加地图图层。