1个不稳定版本
0.1.7 | 2021年7月13日 |
---|
#198 in 地理空间
13KB
214 行
全球地图瓦片
从Python实现移植 https://gist.github.com/maptiler/fddb5ce33ba995d5523de9afdf8ef118
将栅格转换为TMS瓦片。
构建
- 使用rustup安装Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- 安装rustfmt
$ source $HOME/.cargo/env
$ rustup component add rustfmt
...
$
- 使用
cargo
编译和构建库
$ cargo fmt
$ cargo build --all
$ cargo build --all --release
使用
将库导入您的Rust开发中。请参阅https://docs.rs/globalmaptile上的文档
开发
项目保持公开。
环境
从https://github.com/tigroo31/globalmaptile.git克隆仓库。
贡献
依赖关系
~87KB