Skip to content

Commit

Permalink
resolving case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PrafulB committed Aug 30, 2023
1 parent d8de2a1 commit 02e292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeoTIFFTileSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
GeoTIFF.addDecoder(
33005,
() =>
class JPEG2000Decoder extends geotiff.BaseDecoder {
class JPEG2000Decoder extends GeoTIFF.BaseDecoder {
constructor(fileDirectory) {
super();
console.log("File directory:");
Expand Down

0 comments on commit 02e292e

Please sign in to comment.