vectortiles

GIS Vector Tiles, as defined by Mapbox.

https://github.com/fosskers/vectortiles

Version on this page:1.1.0
LTS Haskell 19.33:1.5.1
Stackage Nightly 2022-03-17:1.5.1
Latest on Hackage:1.5.1

See all snapshots vectortiles appears in

Apache-2.0 licensed by Colin Woodbury
Maintained by [email protected]
This version can be pinned in stack with:vectortiles-1.1.0@sha256:2d63a73c0d4de8d121f7cad46b0867ded6369abdc2580c5e297c669a90184110,3465

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)