GeoTIFF / georaster

Wrapper around Georeferenced Rasters like GeoTIFF and soon JPG and PNG that provides a standard interface
Apache License 2.0
81 stars 32 forks source link

WebWorker Out Of Date? #13

Closed psbrandt closed 6 years ago

psbrandt commented 6 years ago

Looks like your WebWorker script is referencing _arrayBuffer here, instead of _data.

~I actually haven't got anything working yet, but thought I'd point that out in case you want to take a look at it.~

DanielJDufour commented 6 years ago

@psbrandt , great catch! I'll take a look and fix that!

DanielJDufour commented 6 years ago

@psbrandt , I fixed this here: https://github.com/GeoTIFF/georaster/pull/14

Feel free to open another issue if the library isn't working for you. I'm happy to fix any bugs you might find! Thanks again!