tilezen / joerd

Joerd can be used to download, merge and generate tiles from digital elevation data
MIT License
324 stars 50 forks source link

Support browser PNG #14

Closed zerebubuth closed 8 years ago

zerebubuth commented 8 years ago

16-bit PNGs don't display well in the browser, so it's helpful for testing and demoing to be able to generate 8-bit PNGs as well. This adds that functionality, as well as cleaning up a few other things noticed / fixed while deploying to EC2, notably changing the single zoom output to a list of zooms.

Connects to #9.

@rmarianski could you review, please?

rmarianski commented 8 years ago

:+1: