Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.47 KB

PGBrowser

Work in progress, many/some features still missing!

Another PostGIS http API browser and server
Upload and download geo-data, preview, filter
Serve cached mapbox vector tiles (mvt), geojson, geobuf

Built on Node Express

Requirements

Installation

If you don't have git, you can donwload a zip file of the project instead.

 git clone this_repository
 cd this_repository
 npm install
 cp config/dbconfig.example.json config/dbconfig.json
 # now edit config/dbconfig.json for your PostGis database
 node pgserver.js
 # point your browser to localhost:8090 for more info

For interactive data browsing, preview, administration and api documentation, head to http://localhost:8090.

Attributions

API based on Dirt Simple PostGIS http API
Map colors based on ColorBrewer
Charts by Chart.js
Geographical Map UI by Mapbox-gl
PostgreSQL interface by pg-promise
Web framework by Express
API docs UI by swagger-ui-express
and many others