mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-26 04:35:54 +01:00
8 lines
132 B
C
8 lines
132 B
C
#ifndef WGS84_H
|
|
#define WGS84_H
|
|
|
|
#define WGS84_RADIUS 6378137.0
|
|
#define WGS84_FLATTENING (1.0/298.257223563)
|
|
|
|
#endif // WGS84_H
|