Skip to content

Commit bdc5ab3

Browse files
authored
Add Toki Pona language (#46)
1 parent 7ffe528 commit bdc5ab3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: modules/tile_gen/tile_gen_lib/planetiler.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def run_planetiler(area: str) -> Path:
4545
'--output=tiles.mbtiles',
4646
'--storage=mmap',
4747
'--force',
48+
'--languages=default,tok',
4849
]
4950

5051
if area == 'planet':

Diff for: ssh_lib/planetiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from ssh_lib.utils import apt_get_install, apt_get_update, exists, sudo_cmd
33

44

5-
PLANETILER_COMMIT = 'cf49b86'
5+
PLANETILER_COMMIT = 'ee22a014022f1dcc120cba6a768567408ba74908'
66
PLANETILER_PATH = f'{PLANETILER_BIN}/planetiler.jar'
77

88

0 commit comments

Comments
 (0)