Take values from build.tk

This commit is contained in:
Dianne Skoll
2022-01-31 14:38:28 -05:00
parent 0bd6278050
commit b80b938d3d
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
/*---------------------------------------------------------------------*/

View File

@@ -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"
/*---------------------------------------------------------------------*/