Skip to content

Instantly share code, notes, and snippets.

@ilyachenko
Created October 3, 2016 22:27
Show Gist options
  • Save ilyachenko/c57bdfc1d243a9814a8e052725bbf3d9 to your computer and use it in GitHub Desktop.
Save ilyachenko/c57bdfc1d243a9814a8e052725bbf3d9 to your computer and use it in GitHub Desktop.
db.places.find( { loc :
{ $geoWithin :
{ $geometry :
{ type : "Polygon",
coordinates : [ [ [ 0 , 0 ] , [ 0 , 1 ] , [ 1 , 1 ] , [ 1 , 0 ] , [ 0 , 0 ] ] ]
} } } } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment