diff --git a/src/custom.h b/src/custom.h index 02fd20e6..bfdbb090 100644 --- a/src/custom.h +++ b/src/custom.h @@ -21,8 +21,8 @@ /* The default values are initially set to the city hall in Ottawa, */ /* Ontario, Canada. */ /*---------------------------------------------------------------------*/ -#define DEFAULT_LATITUDE 45.42068680485393 -#define DEFAULT_LONGITUDE -75.68996754768028 +#define DEFAULT_LATITUDE 45.42055555555555 +#define DEFAULT_LONGITUDE -75.68972222222223 #define LOCATION "Ottawa" /*---------------------------------------------------------------------*/ diff --git a/src/custom.h.in b/src/custom.h.in index 02fd20e6..bfdbb090 100644 --- a/src/custom.h.in +++ b/src/custom.h.in @@ -21,8 +21,8 @@ /* The default values are initially set to the city hall in Ottawa, */ /* Ontario, Canada. */ /*---------------------------------------------------------------------*/ -#define DEFAULT_LATITUDE 45.42068680485393 -#define DEFAULT_LONGITUDE -75.68996754768028 +#define DEFAULT_LATITUDE 45.42055555555555 +#define DEFAULT_LONGITUDE -75.68972222222223 #define LOCATION "Ottawa" /*---------------------------------------------------------------------*/