UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

12 lines (11 loc) 282 B
import { GMFServerOgc } from './gmf'; export default class ServerOgc { name: string; url: string; wfsSupport: boolean; urlWfs?: string; type: string; imageType: string; constructor(name: string, elem: GMFServerOgc); get uniqueWmsQueryId(): string; }