-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Can't open a Tiff file in CRA with react 17 on Brave #62
Comments
@0xTimepunk thanks for the detailed writeup! Could you check the following things and see if any of them help?
Please let me know what results you see from those steps! |
Thanks for the answer. I tried in Chrome as well with the same effect. Checked network inspector and the only file I see loaded is I don't see any request for gdal.js, gdal.wasm and gdal.data Could you please elaborate in an example how are you placing the symlinks? Thanks EDIT: Also, do you need any package to load the wasm file once the symlinks are created? EDIT2:
with http://download.osgeo.org/geotiff/samples/gdal_eg/cea.tif being the tif in this.files[0] |
Ah! Looks like the request to
|
@ddohler Thanks for the help! I fixed my problem by importing the unpkgs directly in the public/index.html as per #58 Closing! |
Hey.
I am running a project with create-react-app with React 17
I want to open a tiff file into loam, but nothing happens.
Using the latest version of loam 1.0.0
where
this.files[0]
is the tiff file the user uploaded.In the console, the following error is also returned:
Is there anything that I should take into consideration? Also please note I am not loading the following files as I thought they are loaded automatically with loam.initialize()
Thanks for your work
The text was updated successfully, but these errors were encountered: