geotiff.js
geotiff.js copied to clipboard
Missing Field Tag Type for ModelTransformationTag
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.
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!