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

    Active profile descriptor (loose JSON, members read across the cluster).

    interface ActiveProfile {
        id?: string;
        profilesBasePath?: string;
        geojsonLayers?: ProfileLayerConfig[];
        geojson?: { layers?: ProfileLayerConfig[] };
        layers?: ProfileLayerConfig[];
        Layers?: ProfileLayerConfig[];
        performance?: { themeBatchSize?: number };
    }
    Index

    Properties

    id?: string
    profilesBasePath?: string
    geojsonLayers?: ProfileLayerConfig[]
    geojson?: { layers?: ProfileLayerConfig[] }
    performance?: { themeBatchSize?: number }