diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-10 21:51:28 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-10-05 10:49:42 -0400 |
commit | 83034dcf171ea70b4e60037594879ce595a94274 (patch) | |
tree | 8326cc91a0dbdec785b619831dbdacd5ae8b97b4 | |
parent | 773a599e85493e20e0a8de911ec151ec69507bcb (diff) |
rt# 76968 - updated Map service module link
-rw-r--r-- | httemplate/misc/confirm-censustract.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 0afb75460..b491d4954 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -16,8 +16,8 @@ Confirm census tract <% $location{address1} |h %> <% $location{address2} |h %><BR> <% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %><BR> <BR> -% my $querystring = "census_year=$year&latitude=".$cache->get('latitude').'&longitude='.$cache->get('longitude'); -<A HREF="http://maps.ffiec.gov/FFIECMapper/TGMapSrv.aspx?<% $querystring %>" +% my $querystring = "census_year=$year&address=$location{address1}, $location{address2}, $location{city}, $location{state}, $location{zip}"; +<A HREF="<%$p%>misc/openmap.html?<% $querystring %>" TARGET="_blank">Map service module location</A><BR> % $querystring = "census_year=$year&pre=$pre&zip_code=" . $cache->get('zip'); <A HREF="<%$p%>misc/openmap.html?<% $querystring %>" |