Skip to content

Commit

Permalink
Merge pull request #61 from marcin93/patch-2
Browse files Browse the repository at this point in the history
gps coordinates correction
  • Loading branch information
luebken committed Oct 18, 2015
2 parents 837accb + 2fedb7e commit 830d522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rawdata
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ rawdata = [
{
"continent": "Europe",
"country": "Poland",
"lat": 52.25196425,
"lat": 52.252809,
"link": "https://www.facebook.com/warsawjs",
"lng": 20.9976245490517,
"lng": 20.997650,
"town": "Warsaw"
},
{
Expand Down

0 comments on commit 830d522

Please sign in to comment.