This commit is contained in:
Zsolt Ero
2024-09-16 13:44:04 +02:00
parent ed667c5427
commit e3a85349ce
2 changed files with 5 additions and 1 deletions

View File

@@ -120,6 +120,8 @@ https://btrfs.openfreemap.comareas/planet/20240910_001001_pt/tiles.btrfs.gz // 8
Replace the `20240910_001001_pt` part with any newer run, from the [index file](https://btrfs.openfreemap.com/files.txt).
Starting next week, we'll also upload the source mbtiles files to the same bucket.
### Public buckets
There are two public buckets:

View File

@@ -56,7 +56,9 @@ def make_btrfs(run_folder: Path):
stderr=err,
)
os.unlink('tiles.mbtiles')
# remove mbtiles, only keep the btrfs file
# disabled for now, saving both files currently
# os.unlink('tiles.mbtiles')
shutil.copy('mnt_rw/extract/osm_date', '.')