azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
97 stars 7 forks source link

Remove transpiler + a few small improvements #131

Closed KlaasH closed 5 years ago

KlaasH commented 5 years ago

Overview

Applies some of the changes noted in #129 that were done in the https://github.com/azavea/pfb-network-connectivity and are worth bringing back into this version. Most notably, removing the transpilation step. Since Node still doesn't support ES6-style modules, this meant downgrading all the imports and utility modules to the CommonJS-style require/module.exports = setup, but that seems like a reasonable price to pay for the reduced complexity.

This also applies some small changes:

Testing Instructions

Connects #129.