azavea / loam

Javascript wrapper for GDAL in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix paths

ddohler opened this issue · comments

Currently the WebWorker is loaded from /loam-worker.js; this should be configurable so that this library can be served from any path.

It looks like Emscripten already does this so the logic at the top of gdal.js can probably be used.