UNPKG

@loaders.gl/wms

Version:

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

8 lines 268 B
/** * Extract an error message from WMS error response XML * @param text * @param options * @returns a string with a human readable message */ export declare function parseWMSError(text: string, options: any): string; //# sourceMappingURL=parse-wms-error.d.ts.map