You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THANKS! for the TileSource! It solves an issue for me and I appreciate your work!
But.....Attempting to view a grayscale tiled pyramidal tiff file, it was rejected at each tile because the ImageData type returned from class Converters is wrong. This type is determined by the buffer instantiation in the class Converters. This bug exists in multiple data type routines. In addition, the code in several class Converters methods iterate the output buffer incorrectly. These bugs affects multiple methods in class Converters. I have included source for GeoTiffTileSource.js (renamed .txt) that corrects these errors. I have tested it with my grayscale file but I have not tested the other file types for which I have edited in this correction. I leave it to you to make the adjustments for next release. GeoTIFFTileSource.txt
The text was updated successfully, but these errors were encountered:
THANKS! for the TileSource! It solves an issue for me and I appreciate your work!
But.....Attempting to view a grayscale tiled pyramidal tiff file, it was rejected at each tile because the ImageData type returned from class Converters is wrong. This type is determined by the buffer instantiation in the class Converters. This bug exists in multiple data type routines. In addition, the code in several class Converters methods iterate the output buffer incorrectly. These bugs affects multiple methods in class Converters. I have included source for GeoTiffTileSource.js (renamed .txt) that corrects these errors. I have tested it with my grayscale file but I have not tested the other file types for which I have edited in this correction. I leave it to you to make the adjustments for next release.
GeoTIFFTileSource.txt
The text was updated successfully, but these errors were encountered: