From 8954f001fa75ed1005c6db3ce8edaa1cc626aa85 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 19 Aug 2021 09:19:53 -0600 Subject: [PATCH] Modify the source extent --- 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 699bac0908..b01f16411b 100644 --- a/src/ol/source/GeoTIFF.js +++ b/src/ol/source/GeoTIFF.js @@ -284,7 +284,7 @@ class GeoTIFFSource extends DataTile { if (!extent) { extent = sourceExtent; } else { - getIntersection(extent, sourceExtent); + getIntersection(extent, sourceExtent, extent); } if (!origin) {