Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow expiretiles_zoom to be set in config JSON #261

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Allow expiretiles_zoom to be set in config JSON #261

merged 1 commit into from
Aug 23, 2022

Conversation

flother
Copy link
Contributor

@flother flother commented Feb 13, 2021

Before this change, the default value for the -expiretiles-zoom command-line flag, used by the diff and run commands, 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.

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.
@olt olt merged commit 20db391 into omniscale:master Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expiretiles_zoom in config file is not used by imposm run
2 participants