node-mongo-querystring icon indicating copy to clipboard operation
node-mongo-querystring copied to clipboard

Support for querying within a polygon

Open willmcclellan opened this issue 8 years ago • 1 comments

Adds support for querying within a polygon. String format is as follows:

?within=1,1,2,2,2,3,1,2,1,1

Thanks to @MadisonBlake for the logic, I just integrated it into the module 👍

Todo

  • [ ] Documentation
  • [ ] Fix up code-style issues

willmcclellan avatar Oct 31 '17 05:10 willmcclellan

Wow! That is great @willmcclellan!!! 🎉 Thanks for contributing this back!

Starefossen avatar Oct 31 '17 18:10 Starefossen