geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
860 stars 181 forks source link

Still get build error regarding invalid types mentioned in #295 #331

Closed mkelly1495 closed 1 year ago

mkelly1495 commented 1 year ago

Even though a fix was put in for invalid types Source and AbstractDecoder, no one put out a new release that contains this fix (even though that fix was merged back in March 2022). This issue is breaking openlayers v7+ (and possibly other projects dependent on geotiff.js). The openlayers project is telling people to just set skipLibCheck: true in the tsconfig.json file, but this is not a good solution since compromising the integrity of a project for one library makes no sense. Is there a reason a new version was not released?

constantinius commented 1 year ago

Hey @mkelly1495

Sorry this was delayed that much. I pushed version v2.0.6, which I hope remedies the issue.