globalmaptile 0.1.7

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
Documentation
  • Coverage
  • 0%
    0 out of 17 items documented0 out of 17 items with examples
  • Size
  • Source code size: 14.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 448.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • tigroo31/globalmaptile
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tigroo31

Global Map Tile Build Status crates.io

Ported from Python implementation https://gist.github.com/maptiler/fddb5ce33ba995d5523de9afdf8ef118

Convert a raster into TMS tiles.

Build

  • Install Rust using rustup curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Install rustfmt
$ source $HOME/.cargo/env
$ rustup component add rustfmt
...
$
  • To compile and build the library, run using cargo:
$ cargo fmt
$ cargo build --all
$ cargo build --all --release

Use

Import the library into your Rust development. Check the documentation on https://docs.rs/globalmaptile

Development

The project stays public.

Environment

Clone the the repository from https://github.com/tigroo31/globalmaptile.git .

Contribution

See https://github.com/tigroo31/globalmaptile