mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
readme
This commit is contained in:
@@ -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).
|
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
|
### Public buckets
|
||||||
|
|
||||||
There are two public buckets:
|
There are two public buckets:
|
||||||
|
|||||||
@@ -56,7 +56,9 @@ def make_btrfs(run_folder: Path):
|
|||||||
stderr=err,
|
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', '.')
|
shutil.copy('mnt_rw/extract/osm_date', '.')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user