[][src]Crate mvt

A library for encoding mapbox vector tiles (MVT).

Structs

Feature

Features contain map geometry with related metadata.

GeomData

Validated geometry data for Features. Use GeomEncoder to encode.

GeomEncoder

Encoder for Feature geometry. This can consist of Point, Linestring or Polygon data.

Layer

A layer is a set of related features in a tile.

Tile

A tile represents a rectangular region of a map. Each tile can contain any number of layers. When all layers have been added to the tile, it can be written out or converted to a Vec.

Transform

An affine transform can translate, scale, rotate and skew 2D points.

Enums

Error

MVT Error types

GeomType

Geometry types for Features.