Add Toki Pona language (#46)

This commit is contained in:
tbodt
2025-01-09 10:40:14 -08:00
committed by GitHub
parent 7ffe52882d
commit bdc5ab3a60
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ def run_planetiler(area: str) -> Path:
'--output=tiles.mbtiles', '--output=tiles.mbtiles',
'--storage=mmap', '--storage=mmap',
'--force', '--force',
'--languages=default,tok',
] ]
if area == 'planet': if area == 'planet':

View File

@@ -2,7 +2,7 @@ from ssh_lib import PLANETILER_BIN, PLANETILER_SRC
from ssh_lib.utils import apt_get_install, apt_get_update, exists, sudo_cmd from ssh_lib.utils import apt_get_install, apt_get_update, exists, sudo_cmd
PLANETILER_COMMIT = 'cf49b86' PLANETILER_COMMIT = 'ee22a014022f1dcc120cba6a768567408ba74908'
PLANETILER_PATH = f'{PLANETILER_BIN}/planetiler.jar' PLANETILER_PATH = f'{PLANETILER_BIN}/planetiler.jar'