node-pgtiles
PostgreSQL schema for vector tiles. Modeled from Mapbox mbtiles and CartoDB postgresql extensions
Dependencies
Install
$ npm install pgtiles
Use
var pgtiles = ;var connectionString = 'postgres://username:password@host:dbname/5432'; var tileSchema = ; // Add the table schema and functions to the designated PostgreSQL databasetileSchema; // Remove the tables and functions to rollback the databasetileSchema;
Andy B