@hackage vectortiles1.1.0

GIS Vector Tiles, as defined by Mapbox.

GIS Vector Tiles, as defined by Mapbox.

This library implements version 2.1 of the official Mapbox spec, as defined here: https://github.com/mapbox/vector-tile-spec/tree/master/2.1

Note that currently this library ignores top-level protobuf extensions, Value extensions, and UNKNOWN geometries.

The order in which to explore the modules of this library is as follows:

  1. Geography.VectorTile.VectorTile (high-level types)

  2. Geography.VectorTile.Geometry (typical GIS geometry types)

  3. Geography.VectorTile.Protobuf (mid-level representation of parsed protobuf data with conversion functions)