Class: webmap

webmap

对接iPortal/Online地图类。

L.supermap.webmap(id, options)

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

iPortal/Online地图id。

options Object

可选参数。如:
map - {string} 地图容器id。
server - {string} iPortal/Online服务地址。默认为 https://www.supermapol.com
featureLayerPopupEnable - {boolean} 是否启动要素图层提示框。
featureLayerPopup - {string} 提示框提示信息。
credentialValue - {string} 证书值。
credentialKey - {string} 证书密钥。
attribution - {string} 版权信息。

Extends