X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Fplugins%2Falert.c;h=e1d6c91a80409552d0653a03d899b3c42a961f46;hp=ee9b1434803536bfc94317ea534b59361832983a;hb=62fd949a306332987eef7fc7e1c3d39045ed15fb;hpb=61b0ab034c38090b9b39822e0ce0d39b77d4cf15 diff --git a/src/plugins/alert.c b/src/plugins/alert.c index ee9b143..e1d6c91 100644 --- a/src/plugins/alert.c +++ b/src/plugins/alert.c @@ -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;