[freeside-commits] branch FREESIDE_4_BRANCH updated. d9c5959cd3f7fe65e321eb9411c299698f088748
Mark Wells
mark at 420.am
Thu Mar 3 13:43:52 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via d9c5959cd3f7fe65e321eb9411c299698f088748 (commit)
from 6e0939241b421ed74ad063733499a9408a73789f (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 d9c5959cd3f7fe65e321eb9411c299698f088748
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 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/deploy_zone.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list