Crates.io | mbutiles |
lib.rs | mbutiles |
version | 0.1.1 |
source | src |
created_at | 2016-03-19 21:37:15.766424 |
updated_at | 2016-08-27 07:47:19.752345 |
description | MBUtiles is an utility in Rust, to generate MBTiles from tiles directories and extract tiles from MBTiles file |
homepage | https://github.com/amarant/mbutiles |
repository | https://github.com/amarant/mbutiles.git |
max_upload_size | |
id | 4488 |
size | 263,022 |
MBUtiles is an utility in Rust, to generate MBTiles from tiles directories and extract tiles from MBTiles file.
Install Rust
Install MBUtiles with Cargo
>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
Install Rust
Build:
$cargo build
$cargo test
BSD (see LICENSE.md)