Skip to content

Instantly share code, notes, and snippets.

@sahilsk
Created January 6, 2015 09:34
Show Gist options
  • Select an option

  • Save sahilsk/32376627d0123c85b219 to your computer and use it in GitHub Desktop.

Select an option

Save sahilsk/32376627d0123c85b219 to your computer and use it in GitHub Desktop.
db.campaigns.find(
{
target_region :
{ $near :
{
$geometry: { type: "Point", coordinates: [-80.190262, 25.774252] },
$maxDistance: 50000000
}
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment