UNPKG

@loaders.gl/wms

Version:

Framework-independent loaders for the WMS (Web Map Service) standard

7 lines 293 B
export type WMTSCapabilities = {}; /** * Parses a typed data structure from raw XML for `GetCapabilities` response * @note Error handlings is fairly weak */ export declare function parseWMTSCapabilities(text: string, options: any): WMTSCapabilities; //# sourceMappingURL=parse-wmts.d.ts.map