Skip to content

Instantly share code, notes, and snippets.

@geobabbler
Created November 23, 2014 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geobabbler/042e012a96f03dedc149 to your computer and use it in GitHub Desktop.
Save geobabbler/042e012a96f03dedc149 to your computer and use it in GitHub Desktop.
/**
* retrieve all features that intersect the input GeoJSON geometry
*/
app.post('/vector/:schema/:table/:geom/intersect', function (req, res, next) {
//console.log(JSON.stringify(req.body));
var queryshape = JSON.stringify(req.body);
//continue with the rest of app.post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment