Closed zerebubuth closed 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.
enable_browser_png
@kevinkreiser could you review, please?
:rocket:
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:
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?