Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Feb 5, 2024
1 parent 069c5da commit 4d8ed44
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 4d8ed44

Please sign in to comment.