GeoLeaf Core API - v3.0.0
    Preparing search index...

    A single layer entry inside a theme's layers[].

    interface ThemeLayerConfig {
        id?: string;
        visible?: boolean;
        style?: string;
    }
    Index

    Properties

    Properties

    id?: string
    visible?: boolean
    style?: string