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

Properties

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