EarthSDK
官网
对象索引
详细搜索
正在准备搜索索引...
earthsdk3
ESVOptionOl
类型别名 ESVOptionOl
配置OpenLayers视口的选项类型
type
ESVOptionOl
=
{
container
:
HTMLDivElement
|
string
;
id
?:
string
;
options
?:
Record
<
string
,
any
>
;
type
:
"ESOlViewer"
;
}
索引
属性
container
id?
options?
type
属性
container
container
:
HTMLDivElement
|
string
视口容器,可以是HTMLDivElement元素或元素的ID字符串
可选
id
id
?:
string
视口的ID,可选参数
可选
options
options
?:
Record
<
string
,
any
>
其他选项,可选参数
type
type
:
"ESOlViewer"
视口类型为OpenLayers视口
显示设置
成员可见性
继承
配色
自动
浅色
深色
目录
属性
container
id
options
type
官网
对象索引
详细搜索
EarthSDK
加载中……
配置OpenLayers视口的选项类型