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

    Interface InkmapWfsLayer

    interface InkmapWfsLayer {
        attribution?: string;
        layer?: string;
        layerName?: string;
        legendUrl?: string;
        projection?: string;
        type: "WFS";
        url: string;
    }
    Index

    Properties

    attribution?: string
    layer?: string
    layerName?: string
    legendUrl?: string
    projection?: string
    type: "WFS"
    url: string