UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

19 lines (18 loc) 501 B
export default class ServerOgcApi { constructor(url) { Object.defineProperty(this, "url", { enumerable: true, configurable: true, writable: true, value: void 0 }); Object.defineProperty(this, "conformsTo", { enumerable: true, configurable: true, writable: true, value: void 0 }); this.url = url; } } export const OgcApiDefaultEncoding = 'application/json';