Skip to content

Commit

Permalink
Set overwrite=tru for seeding the tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 26, 2024
1 parent c6904e5 commit 049eca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/tiler-cache/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def append_to_log(tile_path, time_info):
--map=osm \
--min-zoom={min_zoom} \
--max-zoom={max_zoom} \
--overwrite=true \
--concurrency={concurrency}
"""
process = subprocess.Popen(
Expand Down

0 comments on commit 049eca2

Please sign in to comment.