add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,12 @@
# gdal2tiles.py
> 为栅格数据集生成 TMS 或 XYZ 瓦片。
> 更多信息:<https://gdal.org/programs/gdal2tiles.html>。
- 为栅格数据集的缩放级别 2 到 5 生成 TMS 瓦片:
`gdal2tiles.py --zoom 2-5 {{path/to/input.tif}} {{path/to/output_directory}}`
- 为栅格数据集的缩放级别 2 到 5 生成 XYZ 瓦片:
`gdal2tiles.py --zoom 2-5 --xyz {{path/to/input.tif}} {{path/to/output_directory}}`