new mapboxgl.supermap.WebMap(id, options)
mapboxgl/mapping/WebMap.js, line 67
Name | Type | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
number |
iPortal|Online 地图 ID。 |
||||||||||||||||||||||||||||
options |
Object |
参数。
|
- Version:
- 9.1.2
Fires
Extends
Events
-
addlayerssucceeded
mapboxgl/mapping/WebMap.js, line 1719 -
添加图层成功。
Properties:
Name Type Description map
mapboxgl.Map MapBoxGL Map 对象。
mapparams
Object 地图信息。
mapParams.title
string 地图标题。
mapParams.description
string 地图描述。
layers
Array.<Object> 地图上所有的图层对象
-
getfeaturesfailed
mapboxgl/mapping/WebMap.js, line 787 -
获取图层要素失败。
Properties:
Name Type Description error
Object 失败原因。
-
getlayersfailed
mapboxgl/mapping/WebMap.js, line 732 -
获取图层信息失败。
Properties:
Name Type Description error
Object 失败原因。
map
mapboxgl.Map MapBoxGL Map 对象。
-
getmapfailed
mapboxgl/mapping/WebMap.js, line 277 -
获取地图信息失败。
Properties:
Name Type Description error
Object 失败原因。
-
getwmtsfailed
mapboxgl/mapping/WebMap.js, line 504 -
获取 WMTS 图层信息失败。
Properties:
Name Type Description error
Object 失败原因。
map
mapboxgl.Map MapBoxGL Map 对象。
Methods
-
resize()
mapboxgl/mapping/WebMap.js, line 109 -
map resize。
- Version:
- 9.1.2
-
setMapId(mapId)
mapboxgl/mapping/WebMap.js, line 118 -
设置 WebMap ID。
Name Type Description mapId
string webMap 地图 ID。
- Version:
- 9.1.2
-
setMapOptions(mapOptions)
mapboxgl/mapping/WebMap.js, line 140 -
设置 map 参数。
Name Type Description mapOptions
Object map 参数。
- Version:
- 9.1.2
-
setWebMapOptions(webMapOptions)
mapboxgl/mapping/WebMap.js, line 129 -
设置 webMap 参数。
Name Type Description webMapOptions
Object webMap 参数。
- Version:
- 9.1.2