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
This could either be accomplished by modifying loam.open() to detect URLs, or by creating a new method specifically for the purpose of opening remote files.
Either way, the corresponding Emscripten file will need to be created using FS.createLazyFile().
The text was updated successfully, but these errors were encountered:
FS.createLazyFile() is not a perfect solution here, because the default implementation downloads a megabyte at a time, which can feel sluggish for users. It may be necessary to add a contribution to GDAL core that makes use of Emscripten's fetch() API: https://groups.google.com/forum/#!topic/emscripten-discuss/gMV6_b6oszQ
This could either be accomplished by modifying
loam.open()
to detect URLs, or by creating a new method specifically for the purpose of opening remote files.Either way, the corresponding Emscripten file will need to be created using
FS.createLazyFile()
.The text was updated successfully, but these errors were encountered: