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
As shown below, every call to getImage() calls await this.parseFileDirectoriesPerFile() without using the result. parseFileDirectoriesPerFile() saves the result in this.fileDirectoriesPerFile but that variable is never referenced. The result is that every call to getImage() calls parseFileDirectoryAt() for every file for no reason.
As shown below, every call to
getImage()
callsawait this.parseFileDirectoriesPerFile()
without using the result.parseFileDirectoriesPerFile()
saves the result inthis.fileDirectoriesPerFile
but that variable is never referenced. The result is that every call togetImage()
callsparseFileDirectoryAt()
for every file for no reason.geotiff.js/src/geotiff.js
Lines 613 to 634 in af0421b
The text was updated successfully, but these errors were encountered: