Fix indentation
This commit is contained in:
@@ -251,10 +251,10 @@ class Triangulation {
|
|||||||
isFinite(sourceQuadExtent[1]) &&
|
isFinite(sourceQuadExtent[1]) &&
|
||||||
isFinite(sourceQuadExtent[2]) &&
|
isFinite(sourceQuadExtent[2]) &&
|
||||||
isFinite(sourceQuadExtent[3])) {
|
isFinite(sourceQuadExtent[3])) {
|
||||||
if (!intersects(sourceQuadExtent, this.maxSourceExtent_)) {
|
if (!intersects(sourceQuadExtent, this.maxSourceExtent_)) {
|
||||||
// whole quad outside source projection extent -> ignore
|
// whole quad outside source projection extent -> ignore
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user