File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -873,7 +873,6 @@ class GeoTIFFImage {
873
873
- Math . sqrt ( ( modelTransformation [ 1 ] * modelTransformation [ 1 ] )
874
874
+ ( modelTransformation [ 5 ] * modelTransformation [ 5 ] ) ) ,
875
875
modelTransformation [ 10 ] ] ;
876
- }
877
876
}
878
877
879
878
if ( referenceImage ) {
@@ -900,7 +899,7 @@ class GeoTIFFImage {
900
899
* Returns the image bounding box as an array of 4 values: min-x, min-y,
901
900
* max-x and max-y. When the image has no affine transformation, then an
902
901
* 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
904
903
* without adjustment for ModelTransformation.
905
904
* @returns {Array<number> } The bounding box
906
905
*/
You can’t perform that action at this time.
0 commit comments