I am looking at the best way to store lat/long in a record so I can then search for ALL locations within a certain radius........
> db.parks.find()
{ "_id" : ObjectId("5138ca3b081653470536f87e"), "l" : { "long" : "-116.199281",
"lat" : "43.618353" }, "name" : "Nampa Dog Park", "type" : "Off Leash", "comment
s" : "" }
{ "_id" : ObjectId("5138cc53081653470536f87f"), "l" : { "long" : "-116.233498",
"lat" : "43.604908" }, "name" : "Morris Hill Park", "type" : "Off Leash", "addre
ss" : "10 N. Roosevelt St", "city" : "Boise", "state" : "ID", "zip" : "83705" }
>