#geography #geospatial #wgs84 #gis #google-maps #generate-html

globalmaptile

将栅格转换为TMS瓦片,创建EPSG:4326的KML超级叠加,基于Google Maps和OpenLayers生成简单的HTML查看器。从globalmaptiles.py移植。

1个不稳定版本

0.1.7 2021年7月13日

#198 in 地理空间

MIT 许可证

13KB
214

全球地图瓦片 构建状态 crates.io

从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克隆仓库。

贡献

请参阅https://github.com/tigroo31/globalmaptile

依赖关系

~87KB