Interface GmfOgcServer

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

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