[freeside-commits] branch master updated. 35d76834f3fce8c1e7a450c8f260c9cf54035749

Mark Wells mark at 420.am
Thu Mar 3 13:36:05 PST 2016


The branch, master has been updated
       via  35d76834f3fce8c1e7a450c8f260c9cf54035749 (commit)
      from  3d8dcf062ffb2da2aa4969a516c210680dab266d (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 35d76834f3fce8c1e7a450c8f260c9cf54035749
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