Skip to content

Commit

Permalink
Add South Sudan to countries*.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 18, 2020
1 parent 30103bd commit 96e3882
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## development
- Fix CircleCI reporting. Thanks, @ryantxu!
- Add South Sudan to ``countries*.json``. Thanks, @Hipska and @javl!

## v0.8.0
- Fix "Fit to data" zooming (#25)
Expand Down
6 changes: 6 additions & 0 deletions src/data/countries.json
Expand Up @@ -1253,6 +1253,12 @@
"longitude": -56.027783,
"name": "Suriname"
},
{
"key": "SS",
"latitude": 6.876992,
"longitude": 31.306978,
"name": "South Sudan"
},
{
"key": "ST",
"latitude": 0.18636,
Expand Down
6 changes: 6 additions & 0 deletions src/data/countries_3letter.json
Expand Up @@ -1229,6 +1229,12 @@
"longitude": -56,
"name": "Suriname"
},
{
"key": "SSD",
"latitude": 6.876992,
"longitude": 31.306978,
"name": "South Sudan"
},
{
"key": "SJM",
"latitude": 78,
Expand Down

0 comments on commit 96e3882

Please sign in to comment.