From 4efef182bb6e284c5a6c6ca2f64d193b08c61ba5 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 7 May 2022 09:50:21 +0200 Subject: [PATCH] Common tile size check with tolerance --- 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 22cb62a0bf..4f7fb30611 100644 --- a/src/ol/source/GeoTIFF.js +++ b/src/ol/source/GeoTIFF.js @@ -549,7 +549,7 @@ class GeoTIFFSource extends DataTile { assertEqual( commonRenderTileSizes.slice(minZoom, commonRenderTileSizes.length), renderTileSizes, - 0, + 0.01, `Tile size mismatch for source ${sourceIndex}`, this.viewRejector );