Skip to content

Commit

Permalink
Merge pull request #74 from NASA-IMPACT/develop
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
olafveerman authored Oct 20, 2020
2 parents 820fbb6 + dd0bc14 commit 1e8fbc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions covid_api/db/static/sites/wble.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"id": "wble",
"label": "Great Lakes",
"center": [ -84, 45 ],
"center": [ -83.05755, 43.22715 ],
"polygon": {
"type": "Polygon",
"coordinates": [ [
[ -93, 40 ],
[ -93, 50 ],
[ -75, 50 ],
[ -75, 40 ],
[ -93, 40 ]
[ -84.3695, 41.2530 ],
[ -81.7492, 41.2530 ],
[ -81.7492, 45.2013 ],
[ -84.3695, 45.2013 ],
[ -84.3695, 41.2530 ]
] ]
},
"bounding_box": [ -93, 50, -75, 40 ]
"bounding_box": [ -84.3695, 45.2013, -81.7492, 41.2530 ]
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name="covid_api",
version="0.2.2",
version="0.2.3",
description=u"",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1e8fbc0

Please sign in to comment.