From 59340bb2d8c9bd8445b6890da2a57b6f004b4b97 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 12 Jun 2013 12:33:34 -0700 Subject: [PATCH] fix census tract formatting from EZLocate, #13763 and #23425 --- FS/FS/Misc/Geo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 2ad8311d0..3ab1ea72f 100644 --- a/FS/FS/Misc/Geo.pm +++ b/FS/FS/Misc/Geo.pm @@ -393,7 +393,7 @@ sub standardize_ezlocate { latitude => $match->{MAT_LAT}, longitude => $match->{MAT_LON}, censustract => $match->{FIPS_ST}.$match->{FIPS_CTY}. - sprintf('%04.2f',$match->{CEN_TRCT}), + sprintf('%07.2f',$match->{CEN_TRCT}), addr_clean => 'Y', }; } -- 2.11.0