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

    Options accepted by Baselayers.init().

    Lives in the hub (rather than index.ts) so ui.ts can reference it without importing index.ts — that would create an index → ui → index cycle.

    interface BaselayersInitOptions {
        map?: unknown;
        baselayers?: Record<string, unknown>;
        activeKey?: string;
    }
    Index

    Properties

    map?: unknown
    baselayers?: Record<string, unknown>
    activeKey?: string