This project is a Go
server for generating mapbox vector tiles from Postgres/PostGIS database. It started as an experimentation to learn about
the mapbox vector tile format.
The server is very alpha, but is usable - more work is needed (especially around testing which I have woefully neglected).
Sample screens below from:
The following are required for building:
Tool | Version | Download |
---|---|---|
Go | >= 1.8 |
Download |
Glide | >=0.12.3-2 |
Download |
In the following instructions, GRAVA_ROOT
referes to the location the package is checked out
git clone git@github.com:devork/grava.git
cd grava
Dependencies are managed through Glide:
glide install
And then the actual build:
cd cmd/gravad
make build
For running instructions, use:
grava --help
Details of the configuration file can be found in CONFIG.md.