Universal Layer Manager
GitHub
Simple Example
Leaflet Example
Preparing search index...
BaseLayerConfig
Interface BaseLayerConfig<T>
interface
BaseLayerConfig
<
T
>
{
layerId
:
string
;
layerName
:
string
;
parentId
:
string
|
null
;
layerData
:
T
;
timeInfo
?:
LayerTimeInfo
;
opacity
?:
number
;
}
Type Parameters
T
Hierarchy (
View Summary
)
BaseLayerConfig
LayerConfig
LayerGroupConfig
Index
Properties
layer
Id
layer
Name
parent
Id
layer
Data
time
Info?
opacity?
Properties
layer
Id
layerId
:
string
layer
Name
layerName
:
string
parent
Id
parentId
:
string
|
null
layer
Data
layerData
:
T
Optional
time
Info
timeInfo
?:
LayerTimeInfo
Optional
opacity
opacity
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
layer
Id
layer
Name
parent
Id
layer
Data
time
Info
opacity
Home
GitHub
Simple Example
Leaflet Example
Universal Layer Manager
Loading...