geobabbler / node-gis-server

GeoJSON-based HTTP access to PostGIS with Node
http://blog.geomusings.com/2014/02/18/a-little-deeper-with-node-and-postgis/
MIT License
52 stars 22 forks source link

Implement spatial query #4

Closed geobabbler closed 10 years ago

geobabbler commented 10 years ago

Accept a POST of a GeoJSON geometry and return a feature collection containing features that intersect the geometry.

geobabbler commented 10 years ago

Implemented as /vector/:schema/:table/features/intersect