Skip to content

Commit

Permalink
Merge pull request #337 from m-mohr/patch-1
Browse files Browse the repository at this point in the history
Fix resolution detection for ModelTransformation
  • Loading branch information
constantinius authored Dec 22, 2022
2 parents b4e6463 + f2b2992 commit c2b54d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geotiffimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ class GeoTIFFImage {
if (modelTransformation) {
return [
modelTransformation[0],
modelTransformation[5],
-modelTransformation[5],
modelTransformation[10],
];
}
Expand Down

0 comments on commit c2b54d5

Please sign in to comment.