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

    Interface InkmapWmtsLayer

    interface InkmapWmtsLayer {
        attribution?: string;
        format?: string;
        layer?: string;
        layerName?: string;
        legendUrl?: string;
        matrixSet?: string;
        opacity?: number;
        projection?: string;
        requestEncoding?: string;
        tileGrid?: any;
        type: "WMTS";
        url: string;
    }
    Index

    Properties

    attribution?: string
    format?: string
    layer?: string
    layerName?: string
    legendUrl?: string
    matrixSet?: string
    opacity?: number
    projection?: string
    requestEncoding?: string
    tileGrid?: any
    type: "WMTS"
    url: string