Tagged Questions
4
votes
1answer
108 views
MongoDB: Search for polygons which have a certain location
Good day :).
I am trying to implement a search feature on MongoDB using Mongoose.js , the short version of which is this:
I tag locations on a map as polygons. and give them names. Then when an user ...