Skip to content

Commit

Permalink
Danish (Andrae) ellipsoid, and Copenhagen meridian introduced in supp…
Browse files Browse the repository at this point in the history
…ort of the Reykjavik 1900 datum (Iceland)
  • Loading branch information
busstoptaktik committed Dec 19, 2017
1 parent a70e8a3 commit eadbf15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pj_datums.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
#define PJ_DATUMS__
#include <projects.h>

/*
/*
* The ellipse code must match one from pj_ellps.c. The datum id should
* be kept to 12 characters or less if possible. Use the official OGC
* datum name for the comments if available.
* be kept to 12 characters or less if possible. Use the official OGC
* datum name for the comments if available.
*/

C_NAMESPACE_VAR const struct PJ_DATUMS pj_datums[] = {
Expand Down Expand Up @@ -86,6 +86,7 @@ C_NAMESPACE_VAR const struct PJ_PRIME_MERIDIANS pj_prime_meridians[] = {
{"stockholm", "18d3'29.8\"E"},
{"athens", "23d42'58.815\"E"},
{"oslo", "10d43'22.5\"E"},
{"copenhagen","12d34'40.35\"E"},
{NULL, NULL}
};

Expand Down
1 change: 1 addition & 0 deletions src/pj_ellps.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pj_ellps[] = {
{"NWL9D", "a=6378145.0.", "rf=298.25", "Naval Weapons Lab., 1965"},
{"mod_airy", "a=6377340.189", "b=6356034.446", "Modified Airy"},
{"andrae", "a=6377104.43", "rf=300.0", "Andrae 1876 (Den., Iclnd.)"},
{"danish", "a=6377019.2563", "rf=300.0", "Andrae 1876 (Denmark, Iceland)"},
{"aust_SA", "a=6378160.0", "rf=298.25", "Australian Natl & S. Amer. 1969"},
{"GRS67", "a=6378160.0", "rf=298.2471674270", "GRS 67(IUGG 1967)"},
{"GSK2011", "a=6378136.5", "rf=298.2564151", "GSK-2011"},
Expand Down

0 comments on commit eadbf15

Please sign in to comment.