GeoLeaf Core API - v3.0.0
Preparing search index...
capabilities/vector-tiles/types
LayerConfigModuleLike
Interface LayerConfigModuleLike
Layer-config module surface (default-style loading).
interface
LayerConfigModuleLike
{
loadDefaultStyle
?:
(
layerId
:
string
,
def
:
VtLayerDef
,
)
=>
Promise
<
GeoJSONCurrentStyle
|
null
>
;
}
Index
Properties
load
Default
Style?
Properties
Optional
load
Default
Style
loadDefaultStyle
?:
(
layerId
:
string
,
def
:
VtLayerDef
,
)
=>
Promise
<
GeoJSONCurrentStyle
|
null
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
load
Default
Style
GeoLeaf Core API - v3.0.0
Loading...
Layer-config module surface (default-style loading).