@geogirafe/lib-geoportal
    Preparing search index...

    Interface GMFServerOgc

    interface GMFServerOgc {
        imageType: string;
        type: string;
        url: string;
        urlWfs?: string;
        wfsSupport: boolean;
    }
    Index

    Properties

    imageType: string
    type: string
    url: string
    urlWfs?: string
    wfsSupport: boolean