Interface PmtilesRendererSourceDescriptorExperimental

interface PmtilesRendererSourceDescriptor {
    access: PmtilesSourceAccess;
    accessStable: boolean;
    accessUrlExpiresAt?: string;
    archiveUrl: string;
    artifactDurable: boolean;
    artifactId?: string;
    delivery: PmtilesSourceDelivery;
    evidence: PmtilesLifecycleEvidence;
    fallbackReason?: "missing-published-artifact" | "expired-signed-url";
    maplibreSource: Readonly<{
        bounds?: readonly [number, number, number, number];
        maxzoom?: number;
        minzoom?: number;
        type: "vector" | "raster";
        url: string;
    }>;
    maplibreUrl: string;
    maturity: CloudNativeMaturity;
    serverManaged: boolean;
}

Properties

accessStable: boolean
accessUrlExpiresAt?: string
archiveUrl: string
artifactDurable: boolean
artifactId?: string
fallbackReason?: "missing-published-artifact" | "expired-signed-url"
maplibreSource: Readonly<{
    bounds?: readonly [number, number, number, number];
    maxzoom?: number;
    minzoom?: number;
    type: "vector" | "raster";
    url: string;
}>
maplibreUrl: string
serverManaged: boolean