Interface MountedStacCogAssetToMapLibreExperimental

interface MountedStacCogAssetToMapLibre {
    layerId: string;
    ready: Promise<CogMapLibreSnapshot>;
    sourceId: string;
    state: CogMapLibreState;
    dispose(): Promise<void>;
    refresh(): Promise<CogMapLibreSnapshot>;
    snapshot(): CogMapLibreSnapshot;
}

Properties

layerId: string
ready: Promise<CogMapLibreSnapshot>

Settles after the first bounded render, outside/refused decision, or typed failure.

sourceId: string

Methods