tonny2v / pg-vector-tile-server

PostGIS vector tile (pbf) server written in node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE OF PROJECT ABANDONMENT

I added PG to MVT as a service (in a much better/faster way) to this project.

PostGIS Vector Tile server

PostGIS to Mapbox vector tiles (pbf) using the vt-pbf and geojson-vt libraries.

Credit to Frank Rowe for the original idea.

To get going:

npm install

Rename config.js.txt to config.js and edit the layers and Postgres connection info.

node .

About

PostGIS vector tile (pbf) server written in node.

License:MIT License


Languages

Language:JavaScript 100.0%