summaryrefslogtreecommitdiff
path: root/FS/FS/deploy_zone.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-03 13:30:49 -0800
committerMark Wells <mark@freeside.biz>2016-03-03 13:43:35 -0800
commitd9c5959cd3f7fe65e321eb9411c299698f088748 (patch)
tree6a2cd227378b8f8958e85ae014f3fc0c7d443942 /FS/FS/deploy_zone.pm
parent6e0939241b421ed74ad063733499a9408a73789f (diff)
census block lookup via HTTPS, #40786
Diffstat (limited to 'FS/FS/deploy_zone.pm')
-rw-r--r--FS/FS/deploy_zone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/deploy_zone.pm b/FS/FS/deploy_zone.pm
index ee68321..efa3661 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