Skip to content

Commit

Permalink
Merge pull request #457 from proj4js/mgi
Browse files Browse the repository at this point in the history
Define MGI datum
  • Loading branch information
ahocevar committed Jan 9, 2024
2 parents 8bb619f + 3759ac8 commit d94b15d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/constants/Datum.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ exports.hermannskogel = {
datumName: "Hermannskogel"
};

exports.militargeographische_institut = {
towgs84: "577.326,90.129,463.919,5.137,1.474,5.297,2.4232",
ellipse: "bessel",
datumName: "Militar-Geographische Institut"
};

exports.osni52 = {
towgs84: "482.530,-130.596,564.557,-1.042,-0.214,-0.631,8.15",
ellipse: "airy",
Expand Down

0 comments on commit d94b15d

Please sign in to comment.