]> Pileus Git - grits/blobdiff - src/aweather-location.h
Lots of work on libGIS
[grits] / src / aweather-location.h
index b030f04b4d9caeb82aa58c58b97f1ae3b6c1e450..1c3966850acdc45d3369612ad4e53352045e7282 100644 (file)
@@ -27,16 +27,9 @@ typedef struct {
        int type;
        char *code;
        char *label;
-       struct {
-               gint north;
-               gint ne;
-               gint east;
-               gint se;
-               gint south;
-               gint sw;
-               gint west;
-               gint nw;
-       } neighbors;
+       double lat;
+       double lon;
+       double elev;
 } city_t;
 
 extern city_t cities[];