This commit is contained in:
Zsolt Ero
2023-12-21 02:06:48 +01:00
parent 06e0084095
commit 2d9e5f2f4f
12 changed files with 45 additions and 84 deletions

View File

@@ -3,7 +3,7 @@ from ssh_lib.utils import apt_get_install, apt_get_update
PLANETILER_VERSION = '0.7.0'
TILE_GEN_BIN = '/data/ofm/tile_gen'
TILE_GEN_BIN = '/data/ofm/tile_gen/bin'
PLANETILER_PATH = f'{TILE_GEN_BIN}/planetiler.jar'