mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
comment
This commit is contained in:
@@ -53,7 +53,7 @@ def download_styles(assets_dir: Path):
|
||||
|
||||
def download_sprites(assets_dir: Path):
|
||||
"""
|
||||
Download and extract sprites if the version is not available
|
||||
Download and extract sprites if a version is not available locally
|
||||
"""
|
||||
|
||||
sprites_dir = assets_dir / 'sprites'
|
||||
|
||||
@@ -128,7 +128,7 @@ def write_tile_files(c, *, dir_path):
|
||||
def assert_all_tiles_present(mbtiles_path, dir_path):
|
||||
"""
|
||||
If it's a full planet run,
|
||||
ake sure there are exactly the right number of files generated.
|
||||
make sure there are exactly the right number of files generated.
|
||||
"""
|
||||
|
||||
if 'planet' in mbtiles_path.resolve().parent.name:
|
||||
|
||||
Reference in New Issue
Block a user