node-mongo-querystring
node-mongo-querystring copied to clipboard
Support for querying within a polygon
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
Wow! That is great @willmcclellan!!! 🎉 Thanks for contributing this back!