diff --git a/geoelevation/config.py b/geoelevation/config.py index 2f61390..da41241 100644 --- a/geoelevation/config.py +++ b/geoelevation/config.py @@ -17,6 +17,7 @@ GEOELEVATION_DEM_CACHE_DEFAULT: str = "geoelevation_dem_cache" DEFAULT_MAP_TILE_CACHE_ROOT_DIR: str = "geoelevation_map_tile_cache" + # --- Map Viewer Default Settings --- # Default zoom level for map displays when not otherwise specified. DEFAULT_MAP_DISPLAY_ZOOM_LEVEL: int = 3