Skip to content

Geodan/pgbrowser

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 14.2%
  • Other 1.0%