[freeside-commits] branch FREESIDE_3_BRANCH updated. 5c02fc3a3dfca024fc359009a8eade1ac6d4606c
Mark Wells
mark at 420.am
Thu Mar 3 13:43:51 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 5c02fc3a3dfca024fc359009a8eade1ac6d4606c (commit)
from 2d475f4415070231b7f09dfe70a987a7c88cd38e (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 5c02fc3a3dfca024fc359009a8eade1ac6d4606c
Author: Mark Wells <mark at freeside.biz>
Date: Thu Mar 3 13:30:49 2016 -0800
census block lookup via HTTPS, #40786
diff --git a/FS/FS/deploy_zone.pm b/FS/FS/deploy_zone.pm
index 71129cf..da4f3d7 100644
--- a/FS/FS/deploy_zone.pm
+++ b/FS/FS/deploy_zone.pm
@@ -383,7 +383,7 @@ sub process_block_lookup {
returnGeometry => 'false',
orderByFields => 'OID',
);
- my $url = 'http://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer/12/query';
+ my $url = 'https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer/12/query';
my $ua = LWP::UserAgent->new;
# first find out how many of these we're dealing with
-----------------------------------------------------------------------
Summary of changes:
FS/FS/deploy_zone.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list