Skip to content

Commit

Permalink
added back in domain logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yeedle committed Sep 21, 2020
1 parent 384c499 commit 71fe16a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ LeafletWidget.methods.addGeotiff = function (url,
var a = prepareArray(mins, maxs);
var arr = wrapArrays(a, a.length);
domain = evalDomain(arr, arith);
console.log("domain:" + domain);
}
}

Expand Down

0 comments on commit 71fe16a

Please sign in to comment.