]> Pileus Git - aweather/blobdiff - src/plugins/alert.c
Update levels of detail or new viewer perspectives
[aweather] / src / plugins / alert.c
index ee9b1434803536bfc94317ea534b59361832983a..e1d6c91a80409552d0653a03d899b3c42a961f46 100644 (file)
@@ -397,7 +397,7 @@ gboolean fips_group_state(gpointer key, gpointer value, gpointer data)
        GList  *counties = value;
        GList **states   = data;
        GritsPoly *poly  = fips_combine(counties);
-       GRITS_OBJECT(poly)->lod = EARTH_R/10;
+       GRITS_OBJECT(poly)->lod = EARTH_R/5;
        *states = g_list_prepend(*states, poly);
        g_list_free(counties);
        return FALSE;