X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Faweather-location.h;h=453f6868e0c9bc1521f0847ce969522cb798b4d8;hp=a3a3b69b175a98a0e9339513e6c912cb17ad9fae;hb=147e176b7d1937712a57bc8c415967bdce277762;hpb=b8310ddbfa53b867b07edf27763fb58b7850fe3f diff --git a/src/aweather-location.h b/src/aweather-location.h index a3a3b69..453f686 100644 --- a/src/aweather-location.h +++ b/src/aweather-location.h @@ -18,6 +18,8 @@ #ifndef __LOCATION_H__ #define __LOCATION_H__ +#include "gis-util.h" + enum { LOCATION_END, LOCATION_CITY, @@ -28,9 +30,8 @@ typedef struct { int type; char *code; char *label; - double lat; - double lon; - double elev; + GisPoint pos; + gdouble lod; } city_t; extern city_t cities[];