theikkila / tileblaster

Raster (png) MBTiles server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tileblaster

Tileblaster is server for serving (raster) MBTiles formatted maps. It is written in Rust and uses the actix-web framework.

Installation

From source

  1. Install Rust and Cargo (https://www.rust-lang.org/tools/install)
  2. Clone this repository
  3. Run cargo build --release
  4. The binary will be in target/release/tileblaster

Usage

USAGE:
    tileblaster <mbtiles> <port>

Example:
    tileblaster mymap.mbtiles 8080

License

Tileblaster is licensed under the MIT license. See the LICENSE file for more information.

About

Raster (png) MBTiles server

License:MIT License


Languages

Language:Rust 100.0%