Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Last active August 29, 2015 14:04
Show Gist options
  • Save FrancescaK/682d0709c8aeff72581c to your computer and use it in GitHub Desktop.
Save FrancescaK/682d0709c8aeff72581c to your computer and use it in GitHub Desktop.
soundwave_2
db.action.find({ location: { $geoWithin: { $polygon:
[ [ -5.577327758073807, 53.92722913826002 ],
[ -5.628384947776794, 53.94341400538505 ],
..
[ -7.603911347687244, 53.48786460176994 ] ] }
}
}).limit(1000).sort( "time": 1});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment