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

    Layer-config module surface (default-style loading).

    interface LayerConfigModuleLike {
        loadDefaultStyle?: (
            layerId: string,
            def: VtLayerDef,
        ) => Promise<GeoJSONCurrentStyle | null>;
    }
    Index

    Properties

    loadDefaultStyle?: (
        layerId: string,
        def: VtLayerDef,
    ) => Promise<GeoJSONCurrentStyle | null>