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

    One layer's configuration once resolved, whatever route it came by.

    config is null when resolution failed — the entry is kept rather than dropped so the caller can report which layer is missing instead of silently loading fewer than declared.

    interface LayerConfigResult {
        id: string;
        config: Record<string, unknown> | null;
        layerDirectory: string | null;
        layerManagerId: string | null;
    }
    Index

    Properties

    id: string
    config: Record<string, unknown> | null
    layerDirectory: string | null
    layerManagerId: string | null