From aea62119b27561c3f6fdb7835bbb60d7d144afa0 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Thu, 27 Jan 2022 14:44:59 +0100 Subject: [PATCH] Update src/ol/source/GeoTIFF.js Co-authored-by: Andreas Hocevar --- src/ol/source/GeoTIFF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/GeoTIFF.js b/src/ol/source/GeoTIFF.js index 3ec56fb28a..ff75bc2205 100644 --- a/src/ol/source/GeoTIFF.js +++ b/src/ol/source/GeoTIFF.js @@ -302,7 +302,7 @@ function getMaxForDataType(array) { /** * @typedef {Object} GeoTIFFSourceOptions * @property {boolean} [forceXHR=false] Whether to force the usage of the browsers XMLHttpRequest API. - * @property {Object} [headers] additional headers to be passed with each request. + * @property {Object} [headers] additional key-value pairs of headers to be passed with each request. Key is the header name, value the header value. * @property {string} [credentials] How credentials shall be handled. See * https://developer.mozilla.org/en-US/docs/Web/API/fetch for reference and possible values * @property {number} [maxRanges] The maximum amount of ranges to request in a single multi-range request.