[freeside-commits] branch master updated. ef6a2efed29f7d5034baca910836a32ea3fdeeb8

Christopher Burger burgerc at 420.am
Sun Sep 10 18:51:58 PDT 2017


The branch, master has been updated
       via  ef6a2efed29f7d5034baca910836a32ea3fdeeb8 (commit)
      from  dc12bf866909b5f69818f3dd24c4c3801c1a9084 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ef6a2efed29f7d5034baca910836a32ea3fdeeb8
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Sun Sep 10 21:51:28 2017 -0400

    rt# 76968 - updated Map service module link

diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html
index 0afb754..b491d49 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 %>"

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/confirm-censustract.html |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list