2 个版本
使用旧的 Rust 2015
0.1.1 | 2016 年 8 月 27 日 |
---|---|
0.1.0 | 2016 年 3 月 19 日 |
#219 in 地理空间
195KB
797 行
MBUtiles
MBUtiles 是 Rust 中的一个工具,用于将瓦片目录生成 MBTiles,并从 MBTiles 文件中提取瓦片。
安装
安装 Rust
使用 Cargo 安装 MBUtiles
用法
>mbutiles -h
MBTiles utils.
Usage:
mbutiles <command> [options] <input> [<output>]
mbutiles -h | --help
mbutiles --version
Options:
-h --help Show this help message and exit.
--verbose Show log info.
--version Show version.
--scheme=<scheme> Tiling scheme of the tiles. Default is "xyz" (z/x/y),other options are "tms" which is also z/x/y but uses a flipped y coordinate,and "wms" which replicates the MapServer WMS TileCache directory structure"z/000/000/x/000/000/y.png". [default: xyz]
--image-format=<format> The format of the image tiles, either png, jpg, webp or pbf.[default: png]
--grid-callback=<callback> Option to control JSONP callback for UTFGrid tiles.If grids are not used as JSONP, you can remove callbacks specifying --grid_callback="".[default: grid]
Commands:
import
export
metadata
编译
安装 Rust
构建
$cargo build
测试
$cargo test
许可证
BSD (见 LICENSE.md)
作者
依赖
~26MB
~510K SLoC