Skip to content

Commit 728ac57

Browse files
Merge pull request #418 from ahocevar/fix-syntax
Fix syntax error
2 parents 069c5da + 4d8ed44 commit 728ac57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/geotiffimage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ class GeoTIFFImage {
873873
-Math.sqrt((modelTransformation[1] * modelTransformation[1])
874874
+ (modelTransformation[5] * modelTransformation[5])),
875875
modelTransformation[10]];
876-
}
877876
}
878877

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

0 commit comments

Comments
 (0)