Fabian Schindler
Fabian Schindler
Hi @PBrockmann, thanks for showing interest in the project. geotiff.js itself should be agnostic in what context it is used, so I'm a bit hesitant to directly add the olGeoTiff.js...
Hi, sorry for the delayed answer (my daughter was born the day you wrote, so I was kinda busy ;) ). I added the description how to install the GDAL/ImageMagick...
Hm, I can't follow.. For me, it works both on eox.at and with the current version on [unpkg](https://unpkg.com/[email protected]/dist/geotiff.browserify.js). Can you please clarify what version you are using and how you...
I can confirm this issue, I'll investigate
Okay, it seems obvious that the browserified build cannot simply be loaded by node. Have you tried to load the source module itself? (ie: `src/main.js`) I'm trying to find an...
Okay, I prepared a new version ([v0.4.1](https://github.com/constantinius/geotiff.js/releases/tag/v0.4.1)) in which I tried to fix this issue. Now the whole tree is run though babel and saved in the `dist/` folder (which...
Hi @dhatcher Thanks for reporting this issue. I think in your case, you should not directly reference the bundled library, but reference the source instead. So like that: ```javascript import...
Regarding this: ``` (!) Missing global variable names Use output.globals to specify browser global variable names corresponding to external modules events (guessing 'require$$0$1') buffer (guessing 'buffer$1') http (guessing 'http') https...
You mean changes to the `dist-browser`? This file is generated, so changes made there will not really persist.
I understand. I'm also not very familiar with bundlers. Maybe @PacoDu can help us out here? I think he wrote the switch to parcel.