Skip to content

Instantly share code, notes, and snippets.

@sigon426
Created October 26, 2013 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigon426/7171939 to your computer and use it in GitHub Desktop.
Save sigon426/7171939 to your computer and use it in GitHub Desktop.
> db.geospacial.find( { geo :{ $geoIntersects :{ $geometry : { type : "Point" , coordinates : [2.188854217529297,41.38875469223532] } } } }, {_id:1} )
{ "_id" : ObjectId("526bec2067dfe0c38d8b2ffe") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment