Commit 932ca629 authored by Jachym Cepicky's avatar Jachym Cepicky Committed by Calvin Metcalf
Browse files

Fixing proj creation issue (covered by tests)

parent ab4535c2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ module.exports = function(json) {
    json.axis = "enu";
  }

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