Skip to content

Commit

Permalink
added a few more bounding boxes to the default twitter stream geo req…
Browse files Browse the repository at this point in the history
…uest
  • Loading branch information
Scott Burton committed Nov 22, 2011
1 parent ef6d543 commit 0f965da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stream_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
south_pacific = [96.26910409999994, -51.681515962670716, -173.73089590000006, 19.38043655632485]
hawaii = [-163.42572011875006, 15.005117430141318, -152.17572011875006, 24.443995739883658]
south_america = [-111.38348379062506, -56.2513788813518, -21.383483790625064, 11.896213541337962]
body = {:locations => (us + eu).join(",") }
body = {:locations => (us + eu + asia + south_asia + south_pacific + hawaii + south_america).join(",") }

@logger = Logger.new(File.expand_path("./log/tweetflow.log"))

Expand Down

0 comments on commit 0f965da

Please sign in to comment.