]> Pileus Git - aweather/blobdiff - src/main.c
Subjectively adding LODs to cities
[aweather] / src / main.c
index ae5bce8a94f760637902ab57e80aafdbf1ae3b4c..71d74689bf53f03eb5c95a89e922fd44e4d8dcf8 100644 (file)
@@ -100,7 +100,8 @@ int main(int argc, char *argv[])
        /* set locaiton */
        for (city_t *city = cities; city->type; city++)
                if (city->type == LOCATION_CITY && g_str_equal(city->code, site)) {
-                       gis_viewer_set_location(gui->viewer, city->lat, city->lon, EARTH_R/20);
+                       gis_viewer_set_location(gui->viewer,
+                               city->pos.lat, city->pos.lon, EARTH_R/25);
                        break;
                }