Modify the source extent

This commit is contained in:
Tim Schaub
2021-08-19 09:19:53 -06:00
parent b8c52b4298
commit 8954f001fa

View File

@@ -284,7 +284,7 @@ class GeoTIFFSource extends DataTile {
if (!extent) {
extent = sourceExtent;
} else {
getIntersection(extent, sourceExtent);
getIntersection(extent, sourceExtent, extent);
}
if (!origin) {