tilezen / joerd

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

Add terrarium output formats #53

Closed zerebubuth closed 8 years ago

zerebubuth commented 8 years ago

Add options for disabling both TIF and PNG output, as we may want to enable/disable each individually.

The default is to enable both, so to (e.g:) disable PNG, the config would need to say:

outputs:
  - type: terrarium
    enable_png: false

Note that I also removed the old enable_browser_png option, as that format went away in a previous commit and the option wasn't being used.

@kevinkreiser could you review, please?

kevinkreiser commented 8 years ago

:rocket: