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

add per table TMS/Zoom settings #212

Open
vincentsarago opened this issue Mar 7, 2025 · 0 comments
Open

add per table TMS/Zoom settings #212

vincentsarago opened this issue Mar 7, 2025 · 0 comments

Comments

@vincentsarago
Copy link
Member

tipg/tipg/settings.py

Lines 75 to 82 in 88f8685

class TMSSettings(BaseSettings):
"""TiPG TMS settings"""
default_tms: str = "WebMercatorQuad"
default_minzoom: int = 0
default_maxzoom: int = 22
model_config = {"env_prefix": "TIPG_", "env_file": ".env", "extra": "ignore"}

e.g. TIPG__public_countries__DEFAULT_MINZOOM=5

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

No branches or pull requests

1 participant