Skip to content

Commit f2b2992

Browse files
authored
Fix resolution detection for ModelTransformation
1 parent b4e6463 commit f2b2992

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)