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

    Interface GMFServerOgc

    interface GMFServerOgc {
        attributes?: GMFServerOgcAttributes;
        imageType: string;
        oapifSupport?: boolean;
        type:
            | "mapserver"
            | "qgisserver"
            | "georama"
            | "geoserver"
            | "arcgis"
            | "other";
        url: string;
        urlOapif?: string;
        urlWfs?: string;
        wfsSupport: boolean;
    }
    Index

    Properties

    imageType: string
    oapifSupport?: boolean
    type: "mapserver" | "qgisserver" | "georama" | "geoserver" | "arcgis" | "other"
    url: string
    urlOapif?: string
    urlWfs?: string
    wfsSupport: boolean