t = db.geo_circle1; t.drop(); searches = [ [ [ 5 , 5 ] , 3 ] , [ [ 5 , 5 ] , 1 ] , [ [ 5 , 5 ] , 5 ] , [ [ 0 , 5 ] , 5 ] , ]; correct = searches.map( function(z){ return []; } ); num = 0; for ( x=0; x<=20; x++ ){ for ( y=0; y<=20; y++ ){ o = { _id : num++ , loc : [ x , y ] } t.save( o ) for ( i=0; i