Skip to content

Commit

Permalink
Get geo keys from image file directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Feb 3, 2021
1 parent b9aad79 commit c78663c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geotiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class MultiGeoTIFF extends GeoTIFFBase {
if (index === visited) {
const ifd = await imageFile.requestIFD(relativeIndex);
return new GeoTIFFImage(
ifd.fileDirectory, imageFile.geoKeyDirectory,
ifd.fileDirectory, ifd.geoKeyDirectory,
imageFile.dataView, imageFile.littleEndian, imageFile.cache, imageFile.source,
);
}
Expand Down

0 comments on commit c78663c

Please sign in to comment.