Skip to content

Commit

Permalink
Merge pull request #418 from ahocevar/fix-syntax
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
constantinius authored Feb 6, 2024
2 parents 069c5da + 4d8ed44 commit 728ac57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/geotiffimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,6 @@ class GeoTIFFImage {
-Math.sqrt((modelTransformation[1] * modelTransformation[1])
+ (modelTransformation[5] * modelTransformation[5])),
modelTransformation[10]];
}
}

if (referenceImage) {
Expand All @@ -900,7 +899,7 @@ class GeoTIFFImage {
* Returns the image bounding box as an array of 4 values: min-x, min-y,
* max-x and max-y. When the image has no affine transformation, then an
* exception is thrown.
* @param {boolean} [tilegrid=false] If true return extent for a tilegrid
* @param {boolean} [tilegrid=false] If true return extent for a tilegrid
* without adjustment for ModelTransformation.
* @returns {Array<number>} The bounding box
*/
Expand Down

0 comments on commit 728ac57

Please sign in to comment.