Skip to content

HydroniumLabs/h3o-mvt

Repository files navigation

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