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

    Interface InkmapOsmLayer

    interface InkmapOsmLayer {
        attribution?: string;
        format?: string;
        geojson?: any;
        layer?: string;
        layerName?: string;
        legendUrl?: string;
        matrixSet?: string;
        opacity?: number;
        projection?: string;
        requestEncoding?: string;
        style?: any;
        tiled?: boolean;
        tileGrid?: any;
        type: "XYZ";
        url: string;
    }
    Index

    Properties

    attribution?: string
    format?: string
    geojson?: any
    layer?: string
    layerName?: string
    legendUrl?: string
    matrixSet?: string
    opacity?: number
    projection?: string
    requestEncoding?: string
    style?: any
    tiled?: boolean
    tileGrid?: any
    type: "XYZ"
    url: string