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
859 stars 179 forks source link

Missing Field Tag Type for ModelTransformationTag #359

Open hgs-mlevin04 opened 1 year ago

hgs-mlevin04 commented 1 year ago

I get the following error when attempting to write a GeoTIFF with a ModelTransformationTag:

Error: unknown type of tag: 34264

Taking a look at the source code I noticed that key 34264 is missing in fieldTagTypes inside the global.js file.

DanielJDufour commented 1 year ago

Hi, @hgs-mlevin04 . Thanks for reporting this! Would you like to submit a pull request? If you do, feel free to tag me on it and I can help review. Thank you!