Skip to content

Commit

Permalink
Make longitude for Reykjavik meetup be negative
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Nov 14, 2014
1 parent 7816446 commit cee3e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rawdata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rawdata = [
"country": "Iceland",
"lat": 64.1333,
"link": "https://www.facebook.com/groups/nodejsis",
"lng": 21.9333,
"lng": -21.9333,
"town": "Reykjavik"
},
{
Expand Down

0 comments on commit cee3e1e

Please sign in to comment.