geobabbler / node-gis-server

GeoJSON-based HTTP access to PostGIS with Node

Home Page:http://blog.geomusings.com/2014/02/18/a-little-deeper-with-node-and-postgis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node GIS Server

Node.js application to provide a GeoJSON-based REST interface to PostGIS data.

See package.json for dependencies.

Changelog

2014-02-08 - Began implementing MVC as per http://timstermatic.github.io/blog/2013/08/17/a-simple-mvc-framework-with-node-and-express/

2014-02-11 - Added core.js to implement basic feature query. Implemented return of GeoJSON FeatureCollection.

2014-02-14 - Added function to perform intersect query using input GeoJSON geometry. Added function to return schema of a specified table. Defaulted all output features to WGS84.

2014-02-16 - Added function to return list of layers (geometry, geography, or both).

2014-02-17 - Added capability to return either GeometryCollection or FeatureCollection objects, depending upon URL.

2014-02-18 - Added leonardtown.js as example of application-specific extension.

2014-02-27 - Added CORS and JSONP support

About

GeoJSON-based HTTP access to PostGIS with Node

http://blog.geomusings.com/2014/02/18/a-little-deeper-with-node-and-postgis/

License:MIT License


Languages

Language:JavaScript 100.0%