This commit is contained in:
Zsolt Ero
2023-12-27 03:01:16 +01:00
parent 1015a8d54b
commit 231469a1c2
6 changed files with 35 additions and 22 deletions

View File

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