From bf597354a74403e10088e05ad8603f5a7a7418c2 Mon Sep 17 00:00:00 2001 From: Daniel Sparber Date: Tue, 3 Dec 2024 15:40:46 +0100 Subject: [PATCH] Updated post glo90 --- main/post/post_glo90_relief.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/post/post_glo90_relief.py b/main/post/post_glo90_relief.py index 3693dac..6fa8f7d 100644 --- a/main/post/post_glo90_relief.py +++ b/main/post/post_glo90_relief.py @@ -23,14 +23,14 @@ tile_height = round(source_height / 2**max_zoom) dataset_to_tiles = { - f"Glo90/hillshading/{style}-small.tif": list( - Wgs84TileInfo(zoom=0, x=0, y=0).descendants(max_zoom=5) + f"Post/post-90-{style}-small.tif": list( + Wgs84TileInfo(zoom=0, x=0, y=0).descendants(max_zoom=4) ), - f"Glo90/hillshading/{style}-medium.tif": list( - Wgs84TileInfo(zoom=0, x=0, y=0).descendants(min_zoom=6, max_zoom=8) + f"Post/post-90-{style}-medium.tif": list( + Wgs84TileInfo(zoom=0, x=0, y=0).descendants(min_zoom=5, max_zoom=6) ), - f"Glo90/hillshading/{style}.vrt": list( - Wgs84TileInfo(zoom=0, x=0, y=0).descendants(min_zoom=9, max_zoom=max_zoom) + f"Post/post-90-{style}.tif": list( + Wgs84TileInfo(zoom=0, x=0, y=0).descendants(min_zoom=7, max_zoom=max_zoom) ), }