vectortiles-1.2.0.5: 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:
- Geography.VectorTile.VectorTile (high-level types)
- Geography.VectorTile.Geometry (typical GIS geometry types)
- Geography.VectorTile.Protobuf (mid-level representation of parsed protobuf data with conversion functions)