]> Pileus Git - aweather/blobdiff - src/gis-world.c
Adding a prefs dialog (which needs a lot more work)
[aweather] / src / gis-world.c
index 4350f3a8c52533cc27312a22703458164a2c0403..2987911facea6c6e09b19b2ebd438c11c59714d4 100644 (file)
  * GObject code *
  ****************/
 /* Constants */
+double WGS884_SEMI_MAJOR = 6378137.0;      // a
+double WGS884_SEMI_MINOR = 6356752.314245; // b
+double WGS884_INV_FLAT   = 298.257223563;  // 1/f
+
 enum {
        SIG_REFRESH,
        SIG_OFFLINE,