We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import { fromUrl } from 'geotiff/src/main';
but geotiff/src/main does not exist in node modules
this is the error I am getting
ERROR in ./src/actions/scenes/index.js Module not found: Error: Can't resolve 'geotiff/src/main' in 'cog-explorer/src/actions/scenes'
The text was updated successfully, but these errors were encountered:
ah, this was a recent change in geotiff.js. I think it now just needs to be import { fromUrl } from 'geotiff'
import { fromUrl } from 'geotiff'
Sorry, something went wrong.
No branches or pull requests
import { fromUrl } from 'geotiff/src/main';
but geotiff/src/main does not exist in node modules
this is the error I am getting
ERROR in ./src/actions/scenes/index.js
Module not found: Error: Can't resolve 'geotiff/src/main' in 'cog-explorer/src/actions/scenes'
The text was updated successfully, but these errors were encountered: