Interface HonuaWmsImageResponse

Raw bytes returned by GetMap / GetLegendGraphic.

interface HonuaWmsImageResponse {
    bytes: Uint8Array;
    contentType: string;
}

Properties

Properties

bytes: Uint8Array
contentType: string