~ubuntu-branches/ubuntu/breezy/proj/breezy

« back to all changes in this revision

Viewing changes to src/pj_ellps.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter S Galbraith
  • Date: 2004-11-06 19:44:53 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041106194453-axnsmkh1zplal8mz
Tags: upstream-4.4.9
ImportĀ upstreamĀ versionĀ 4.4.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#endif
5
5
#define PJ_ELLPS__
6
6
#include "projects.h"
7
 
        struct PJ_ELLPS
 
7
 
 
8
C_NAMESPACE struct PJ_ELLPS
8
9
pj_ellps[] = {
9
10
"MERIT",        "a=6378137.0", "rf=298.257", "MERIT 1983",
10
11
"SGS85",        "a=6378136.0", "rf=298.257",  "Soviet Geodetic System 85",
50
51
"sphere",   "a=6370997.0",  "b=6370997.0", "Normal Sphere (r=6370997)",
51
52
0,0,0,0
52
53
};
 
54
 
 
55
struct PJ_ELLPS *pj_get_ellps_ref()
 
56
 
 
57
{
 
58
    return pj_ellps;
 
59
}