Skip to content

Commit

Permalink
Fix resolution detection for ModelTransformation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Nov 10, 2022
1 parent b4e6463 commit f2b2992
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 f2b2992

Please sign in to comment.