-
Notifications
You must be signed in to change notification settings - Fork 21
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
onSuccess event #37
Comments
Hi @eelcocramer, For initial load of data, you could use the For a true |
Thanks for your response @danwild I appreciate it.
Actually I found that the rendering of data is quite fast. Loading seem to be the issue. The backend I'm hitting takes a couple of seconds to process a request. I notice though that |
When I run the demo the tif's are only requested once so I assume something must be wrong on my (front- or back-) end. |
Increasing the
edit: never mind I did not import geotiff.js correctly |
So this suggestion works fine actually. I don't really need an Thanks for the help! |
I'd be happy to have an Btw., is there a downside to setting |
GeoTIFF.fromUrl is useful for loading a subset of the data from a large tiff. In #38 I added a loadTiff event. |
It would be nice to have an event that would tell the caller that the image has successfully been processed. This would allow the UI to show a spinner while the image is being loaded / processed.
I can contribute on this if someone can give some pointers about where to add this.
The text was updated successfully, but these errors were encountered: