Modify the source extent
This commit is contained in:
@@ -284,7 +284,7 @@ class GeoTIFFSource extends DataTile {
|
|||||||
if (!extent) {
|
if (!extent) {
|
||||||
extent = sourceExtent;
|
extent = sourceExtent;
|
||||||
} else {
|
} else {
|
||||||
getIntersection(extent, sourceExtent);
|
getIntersection(extent, sourceExtent, extent);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!origin) {
|
if (!origin) {
|
||||||
|
|||||||
Reference in New Issue
Block a user