fix lint
This commit is contained in:
@@ -685,7 +685,8 @@ class GeoTIFFSource extends DataTile {
|
|||||||
const normalize = this.normalize_;
|
const normalize = this.normalize_;
|
||||||
const metadata = this.metadata_;
|
const metadata = this.metadata_;
|
||||||
|
|
||||||
return Promise.all(requests).then(function (sourceSamples) {
|
return Promise.all(requests)
|
||||||
|
.then(function (sourceSamples) {
|
||||||
/** @type {Uint8Array|Float32Array} */
|
/** @type {Uint8Array|Float32Array} */
|
||||||
let data;
|
let data;
|
||||||
if (normalize) {
|
if (normalize) {
|
||||||
|
|||||||
Reference in New Issue
Block a user