Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow expiretiles_zoom to be set in config JSON (#261)
Before this change, the default value for the -expiretiles-zoom command-line flag (14) would always overwrite whatever value was set for expiretiles_zoom in the config JSON. This change allows for four options: - No flag value, no config value: default value used - No flag value, config value: config value used - Flag value, no config value: flag value used - Both flag and config value: flag value used Fixes #181.
- Loading branch information