ngeo
    Preparing search index...

    Interface GmfOgcServer

    interface GmfOgcServer {
        attributes: {};
        credential: boolean;
        imageType: string;
        isSingleTile: boolean;
        namespace?: string;
        type: string;
        url: string;
        urlWfs: string;
        wfsFeatureNS?: string;
        wfsSupport: boolean;
    }
    Index

    Properties

    attributes: {}
    credential: boolean
    imageType: string

    'image/png' or 'image/jpeg'.

    isSingleTile: boolean
    namespace?: string

    Namespace

    type: string

    'mapserver', 'qgisserver', 'geoserver' or 'other'.

    url: string
    urlWfs: string

    The WFS URL.

    wfsFeatureNS?: string

    WFS feature namespace

    wfsSupport: boolean