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

    Interface GMFServerOgc

    interface GMFServerOgc {
        attributes?: GMFServerOgcAttributes;
        imageType: string;
        oapifSupport?: boolean;
        type: GMFServerOgcType;
        url: string;
        urlOapif?: string;
        urlWfs?: string;
        wfsSupport: boolean;
    }
    Index
    imageType: string
    oapifSupport?: boolean
    url: string
    urlOapif?: string
    urlWfs?: string
    wfsSupport: boolean