Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 947 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 947 Bytes

h3o-mvt: Vector tile for H3 dataset

Crates.io Docs.rs CI Status Coverage License

This crate provides primitives to implement an H3-based tileserver.

Installation

Cargo

  • Install the rust toolchain in order to have cargo installed by following this guide.
  • run cargo install h3o-mvt

Usage

See the examples folder for more details.

License

BSD 3-Clause