Skip to content

Commit

Permalink
Set matrix on projection
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-000 committed Jan 13, 2024
1 parent c6ba5b3 commit 7030605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ol/source/GeoTIFF.js
Expand Up @@ -285,9 +285,9 @@ function getProjection(image, defaultProjection) {
d,
h,
],
[a, e, b, f, 0, 0]
[a, e, b, f, 0, 0],
),
[1, 0, 0, 1, -d, -h]
[1, 0, 0, 1, -d, -h],
);

projection = new Projection({
Expand Down

0 comments on commit 7030605

Please sign in to comment.