id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	planetversion	pltversion
306	Index for GeoSpatial Queries	tom.mcnulty@…	jaymccarthy	"	{
		""name"" : ""#hasheq((location . 2d))"",
		""ns"" : ""space.events"",
		""key"" : {
			""location"" : ""2d""
		}
	}

db.events.ensureIndex({""location"" : ""2d""})                         
=>
{
		""_id"" : ObjectId(""4cd4995e9edd9c1e41d8f4ba""),
		""ns"" : ""space.events"",
		""key"" : {
			""location"" : ""2d""
		},
		""name"" : ""location_""
}"	defect	closed	major		jaymccarthy/mongodb.plt	invalid			(1 7)	5.0.2.1
