Skip to content

Commit

Permalink
Updated post glo90
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Dec 3, 2024
1 parent 66ede73 commit bf59735
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main/post/post_glo90_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
}

Expand Down

0 comments on commit bf59735

Please sign in to comment.