@terrestris/shogun-util
    Preparing search index...

    Interface DefaultLayerSourceConfig

    interface DefaultLayerSourceConfig {
        attribution?: string;
        layerNames: string;
        legendUrl?: string;
        matrixSet?: string;
        requestParams?: DefaultRequestParams;
        resolutions?: number[];
        tileOrigin?: [number, number];
        tileSize?: number;
        url: string;
        useBearerToken?: boolean;
        wmtsDimensions?: Record<string, string>;
    }
    Index

    Properties

    attribution?: string
    layerNames: string
    legendUrl?: string
    matrixSet?: string
    requestParams?: DefaultRequestParams
    resolutions?: number[]
    tileOrigin?: [number, number]
    tileSize?: number
    url: string
    useBearerToken?: boolean
    wmtsDimensions?: Record<string, string>