Crate h3o_mvt

Crate h3o_mvt 

Source
Expand description

Building blocks for rendering H3 datasets into vector tiles.

Structs§

TileID
A tile identifier in a xy grid at zoom level z.

Enums§

InvalidTileID
Error occurring while rendering a set of cell indices to MVT.
RenderingError
Errors occurring while rendering a set of cell indices to MVT.

Functions§

render
Render the given cells into the specified tile.
tiles_for_cell
Returns every tile ID touched by a given cell index in the specified zoom range.