versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
57 stars 2 forks source link
map openstreetmap rust tiles vector-tiles

Crates.io Crates.io Code Coverage GitHub Workflow Status (with event) License Matrix Chat

VersaTiles

VersaTiles is a Rust-based project designed for processing and serving tile data efficiently. It supports multiple tile formats and offers various functionalities for handling tile data.

Installation

Linux

Use the installation script to download the correct precompiled binary and copy it to /usr/local/bin/:

curl -Ls "https://github.com/versatiles-org/versatiles-rs/raw/main/helpers/install-linux.sh" | bash

MacOS

Install VersaTiles using Homebrew:

brew tap versatiles-org/versatiles
brew install versatiles

Docker

Pull the prepared Docker Images for easy deployment:

docker pull versatiles-org/versatiles

Building from Source

To build VersaTiles from source, ensure you have Rust installed. Then, run:

cargo install versatiles

Usage

Running the versatiles command will list all available commands:

Usage: versatiles [OPTIONS] <COMMAND>

Commands:
  convert  Convert between different tile containers
  probe    Show information about a tile container
  serve    Serve tiles via http
  help     Show detailed help

Examples

Convert Tiles

Convert between different tile formats:

versatiles convert --tile-format webp satellite_tiles.tar satellite_tiles.versatiles

Serve Tiles

Serve tiles via HTTP:

versatiles serve satellite_tiles.versatiles

Repository Structure

Code

Helpers

Additional Information

For more details, guides, and advanced usage, please refer to the official documentation.

Development and Contribution

VersaTiles is under active development, and the documentation may not always be up to date. We appreciate your understanding and patience. If you encounter any issues or have questions, feel free to open an issue or contribute to our code or documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.