Skip to content

Commit

Permalink
Merge pull request #49 from koddsson/master
Browse files Browse the repository at this point in the history
Make longitude for Reykjavik meetup be negative
  • Loading branch information
luebken committed Nov 20, 2014
2 parents 29e440e + cee3e1e commit 93a830d
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 93a830d

Please sign in to comment.