Skip to content

Commit

Permalink
Fixing proj creation issue (covered by tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym authored and calvinmetcalf committed Jul 25, 2014
1 parent ab4535c commit 932ca62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/deriveConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ module.exports = function(json) {
json.axis = "enu";
}

json.datum = datum(json);
if (!json.datum) {
json.datum = datum(json);
}
return json;
};
};

0 comments on commit 932ca62

Please sign in to comment.