GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/geojson/loader/loader-types
GeoJSONLoaderLike
Interface GeoJSONLoaderLike
GeoJSON loader sub-module (single-layer pipeline entry point).
interface
GeoJSONLoaderLike
{
_loadSingleLayer
(
layerId
:
string
,
layerLabel
:
string
,
def
:
unknown
,
baseOptions
:
Record
<
string
,
unknown
>
,
)
:
Promise
<
{
id
:
string
;
label
:
string
;
featureCount
:
number
}
>
;
}
Index
Methods
_
load
Single
Layer
Methods
_
load
Single
Layer
_loadSingleLayer
(
layerId
:
string
,
layerLabel
:
string
,
def
:
unknown
,
baseOptions
:
Record
<
string
,
unknown
>
,
)
:
Promise
<
{
id
:
string
;
label
:
string
;
featureCount
:
number
}
>
Parameters
layerId
:
string
layerLabel
:
string
def
:
unknown
baseOptions
:
Record
<
string
,
unknown
>
Returns
Promise
<
{
id
:
string
;
label
:
string
;
featureCount
:
number
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
_
load
Single
Layer
GeoLeaf Core API - v3.0.0
Loading...
GeoJSON loader sub-module (single-layer pipeline entry point).