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
878 stars 183 forks source link

what's the best practice of integration with cesium.js #315

Open yieryi opened 2 years ago

yieryi commented 2 years ago

helllo:

i use cesium.js and i want integration geotiff.js with it. as far as i can see, i can modify gulpfile.cjs in cesiumjs, the function name is buildThirdParty and so on,but when i build there is too many error to use it. as we know,the cesium.js build task is complex. i cant figur out the best practice .does someone can tell me or provide some demo code?