| Crates.io | globalmaptile |
| lib.rs | globalmaptile |
| version | 0.1.7 |
| created_at | 2021-07-13 14:28:01.924004+00 |
| updated_at | 2021-07-13 14:28:01.924004+00 |
| description | Convert a raster into TMS tiles, create KML SuperOverlay EPSG:4326, generate a simple HTML viewers based on Google Maps and OpenLayers. Ported from globalmaptiles.py |
| homepage | https://github.com/tigroo31/globalmaptile |
| repository | https://github.com/tigroo31/globalmaptile.git |
| max_upload_size | |
| id | 422284 |
| size | 15,040 |
Ported from Python implementation https://gist.github.com/maptiler/fddb5ce33ba995d5523de9afdf8ef118
Convert a raster into TMS tiles.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh$ source $HOME/.cargo/env
$ rustup component add rustfmt
...
$
cargo:$ cargo fmt
$ cargo build --all
$ cargo build --all --release
Import the library into your Rust development. Check the documentation on https://docs.rs/globalmaptile
The project stays public.
Clone the the repository from https://github.com/tigroo31/globalmaptile.git .