Universal Layer Manager
GitHub
Simple Example
Leaflet Example
Preparing search index...
LayerConfig
Interface LayerConfig<TLayer>
interface
LayerConfig
<
TLayer
>
{
layerId
:
string
;
layerName
:
string
;
parentId
:
string
|
null
;
layerData
:
TLayer
;
timeInfo
?:
LayerTimeInfo
;
opacity
?:
number
;
layerType
:
"layer"
;
}
Type Parameters
TLayer
Hierarchy (
View Summary
)
BaseLayerConfig
<
TLayer
>
LayerConfig
Index
Properties
layer
Id
layer
Name
parent
Id
layer
Data
time
Info?
opacity?
layer
Type
Properties
layer
Id
layerId
:
string
layer
Name
layerName
:
string
parent
Id
parentId
:
string
|
null
layer
Data
layerData
:
TLayer
Optional
time
Info
timeInfo
?:
LayerTimeInfo
Optional
opacity
opacity
?:
number
layer
Type
layerType
:
"layer"
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
layer
Type
Home
GitHub
Simple Example
Leaflet Example
Universal Layer Manager
Loading...