Skip to content

Commit

Permalink
Merge branch 'release/v1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dremonkey committed Oct 26, 2016
2 parents e05375b + e51d69f commit fb55740
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### v1.1.2
- Fix typo

### v1.1.1
- Add source information to returned projection data

Expand Down
2 changes: 1 addition & 1 deletion lib/adapters/skycatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SkycatchAdapter extends BaseAdapter {
return this._getProjection(crs, normalizedFormat)
.then((res) => {
const obj = {};
obj.source = 'epsgio';
obj.source = 'skycatch';
obj.crs = crs;
obj.name = res.name;
obj[format] = res[normalizedFormat];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptolemy",
"version": "1.1.1",
"version": "1.1.2",
"description": "Retrieve geographic projection information from an EPSG SRID",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fb55740

Please sign in to comment.