GeoLeaf Core API - v3.0.0
Preparing search index...
adapters/maplibre/maplibre-style-transform
StyleSpecLike
Interface StyleSpecLike
Minimal structural view of a MapLibre style spec (sources map + ordered layers).
interface
StyleSpecLike
{
sources
?:
Record
<
string
,
unknown
>
;
layers
?:
StyleLayerLike
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
sources?
layers?
Properties
Optional
sources
sources
?:
Record
<
string
,
unknown
>
Optional
layers
layers
?:
StyleLayerLike
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
sources
layers
GeoLeaf Core API - v3.0.0
Loading...
Minimal structural view of a MapLibre style spec (sources map + ordered layers).