X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Fplugins%2Falert.c;fp=src%2Fplugins%2Falert.c;h=ee9b1434803536bfc94317ea534b59361832983a;hp=e1d6c91a80409552d0653a03d899b3c42a961f46;hb=3211eaca2b7a580cd34d08ed34425c4da295ba59;hpb=0f3562e40af590f16de2b2b3f014cd5ce48af351 diff --git a/src/plugins/alert.c b/src/plugins/alert.c index e1d6c91..ee9b143 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/5; + GRITS_OBJECT(poly)->lod = EARTH_R/10; *states = g_list_prepend(*states, poly); g_list_free(counties); return FALSE;