mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
Add Toki Pona language (#46)
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user