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

Fix build issues on Windows. #68

Open avnir-cs opened 2 years ago

avnir-cs commented 2 years ago

Setting environment variables in node using package.json was being done in such a way that was only working on Linux.

Solution from https://stackoverflow.com/a/37131308

Added cross-env package as a development dependency, and modified all entries where an environment variable is being set to use cross-env making it platform independent