-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$within operator #25
Comments
There would be this temporary solution: Markers.find({
"address.location.0": {
$gt: xMin,
$lt: xMax
},
"address.location.1": {
$gt: yMin,
$lt: yMax
}
}); |
Hello! I don't have plans to implement it as I don't need it for my application (I use $geoIntersects). I'd welcome a pull request, however. |
ok! I'll try to do some code |
@grassick $geoIntersects ?? How can I use it for within operation? :o |
Hmm.. I'm not sure you can. Code might be better... |
may be conveerting bbox in a polygon and check a point inside the polygon using $geoIntersects? |
you have planned to implement this spatial operator?
The text was updated successfully, but these errors were encountered: