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

    Interface GeoJSONInitContext

    Context for initGeoJSON. The initializer reads the active profile via GeoLeaf.Config rather than cfg, so cfg is part of the bag (passed by the call site for symmetry) but not consumed; the _app namespace drives the layers-loaded notification.

    interface GeoJSONInitContext {
        GeoLeaf: GeoLeafGlobal;
        cfg: GeoLeafConfig;
        map: IMapAdapter | null;
        AppLog: AppLogger;
        _app: AppNamespace;
    }
    Index

    Properties

    GeoLeaf: GeoLeafGlobal

    Passed for call-site symmetry; the initializer does not read it.

    map: IMapAdapter | null
    AppLog: AppLogger