All Projects → devork → grava

devork / grava

Licence: MIT license
Mapbox Vector Tile Server - Go

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to grava

Tileserver Gl
Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
Stars: ✭ 1,210 (+1535.14%)
Mutual labels:  vector-tiles, mapbox-gl-js
Martin
Blazing fast and lightweight PostGIS vector tiles server
Stars: ✭ 540 (+629.73%)
Mutual labels:  vector-tiles, mapbox-gl-js
all-transit
Interactive visualization of all transit in the Transitland database
Stars: ✭ 22 (-70.27%)
Mutual labels:  vector-tiles, mapbox-gl-js
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+10733.78%)
Mutual labels:  vector-tiles, mapbox-gl-js
T Rex
t-rex is a vector tile server specialized on publishing MVT tiles from your own data
Stars: ✭ 371 (+401.35%)
Mutual labels:  vector-tiles, mapbox-gl-js
Editor
An open source visual editor for the 'Mapbox Style Specification'
Stars: ✭ 1,167 (+1477.03%)
Mutual labels:  vector-tiles, mapbox-gl-js
Osm Analytics
OSM Analytics lets you interactively analyze how specific OpenStreetMap features are mapped in a specific region.
Stars: ✭ 87 (+17.57%)
Mutual labels:  vector-tiles
Tangram
WebGL map rendering engine for creative cartography
Stars: ✭ 1,964 (+2554.05%)
Mutual labels:  vector-tiles
Maplibre Gl Native
An open-source fork of Mapbox GL SDK for iOS and Android and other platforms
Stars: ✭ 65 (-12.16%)
Mutual labels:  vector-tiles
Openmaptiles
OpenMapTiles Vector Tile Schema Implementation
Stars: ✭ 1,175 (+1487.84%)
Mutual labels:  vector-tiles
rss2hook
POST to webhook(s) when new feed-items appear.
Stars: ✭ 33 (-55.41%)
Mutual labels:  golang-application
Qwantmaps
Central repository for Qwant Maps resources
Stars: ✭ 239 (+222.97%)
Mutual labels:  vector-tiles
Tippecanoe
Build vector tilesets from large collections of GeoJSON features.
Stars: ✭ 1,986 (+2583.78%)
Mutual labels:  vector-tiles
Baremaps
Custom vector tiles from OpenStreetMap and other data sources.
Stars: ✭ 100 (+35.14%)
Mutual labels:  vector-tiles
Ngx Leaflet Starter
A soup of Angular and Leaflet
Stars: ✭ 208 (+181.08%)
Mutual labels:  vector-tiles
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (-1.35%)
Mutual labels:  vector-tiles
Node Tileserver
A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.
Stars: ✭ 148 (+100%)
Mutual labels:  vector-tiles
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (+82.43%)
Mutual labels:  vector-tiles
Kartotherian
Map Tile Server
Stars: ✭ 230 (+210.81%)
Mutual labels:  vector-tiles
Tiler
A no nonsense Vector Tile pipeline
Stars: ✭ 132 (+78.38%)
Mutual labels:  vector-tiles

gräva - prototype MVT server for PostGIS

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:

Building

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 [email protected]:devork/grava.git
cd grava

Dependencies are managed through Glide:

glide install

And then the actual build:

cd cmd/gravad
make build

Running

For running instructions, use:

grava --help

Details of the configuration file can be found in CONFIG.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].