From a8478341db106d63ae4114f0e94b4072394c073b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 27 Apr 2022 21:21:58 -0700 Subject: improve manual census map selection, RT#86245, RT#76968, --- httemplate/misc/openmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/openmap.html') diff --git a/httemplate/misc/openmap.html b/httemplate/misc/openmap.html index a9a70337f..15de2882a 100644 --- a/httemplate/misc/openmap.html +++ b/httemplate/misc/openmap.html @@ -78,6 +78,6 @@ my $census_year = $cgi->param('census_year'); my $pre = $cgi->param('pre'); my $zip_code = $cgi->param('zip_code'); my $address = $cgi->param('address'); -my $loc = $zip_code ? $zip_code : $address; +my $loc = $zip_code ? $zip_code.', United States' : $address; -- cgit v1.2.1