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

Directly specify which bundle to use in browser #52

Closed Tommatheussen closed 3 years ago

Tommatheussen commented 3 years ago

Similar to https://github.com/GeoTIFF/geoblaze/pull/170, set the browser key differently, should fix issues with loading the library in Angular and other projects.

DanielJDufour commented 3 years ago

Awesome!

DanielJDufour commented 3 years ago

Hi, @Tommatheussen . I just published a new version. Could you confirm that this fixed the problem? Once you've confirmed, I'll merge the PR for GeoBlaze and republish that.

Tommatheussen commented 3 years ago

Hi @DanielJDufour , I just tried to new version and it works great, I was able to get rid of import parseGeoraster from 'node_modules/georaster/dist/georaster.browser.bundle.min.js'; and simply use import parseGeoraster from 'georaster'; now

DanielJDufour commented 3 years ago

Great!