Skip to content

Commit

Permalink
Add Toki Pona language
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt authored Dec 3, 2024
1 parent 1dcb66c commit 96d6645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/tile_gen/tile_gen_lib/planetiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def run_planetiler(area: str) -> Path:
'--output=tiles.mbtiles',
'--storage=mmap',
'--force',
'--languages=default,tok'
]

if area == 'planet':
Expand Down
2 changes: 1 addition & 1 deletion ssh_lib/planetiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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'


Expand Down

0 comments on commit 96d6645

Please sign in to comment.