Skip to content

Commit c2b54d5

Browse files
Merge pull request #337 from m-mohr/patch-1
Fix resolution detection for ModelTransformation
2 parents b4e6463 + f2b2992 commit c2b54d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geotiffimage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ class GeoTIFFImage {
857857
if (modelTransformation) {
858858
return [
859859
modelTransformation[0],
860-
modelTransformation[5],
860+
-modelTransformation[5],
861861
modelTransformation[10],
862862
];
863863
}

0 commit comments

Comments
 (0)