Interface OgcCoverageRasterSourceExperimental

interface OgcCoverageRasterSource {
    collectionId: string;
    endpoint: string;
    id: string;
    kind: "ogc-coverage";
}

Properties

collectionId: string
endpoint: string

Exact OGC API Coverages service root; the SDK never guesses one.

id: string
kind