summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-censustract.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-12 17:12:03 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-12 17:12:03 -0700
commit6f94e176aa7b143eb9f1fa5c3a1cdd362361636f (patch)
tree0de771be82c64a3e14aec511c589df720fc6284f /httemplate/misc/xmlhttp-censustract.html
parent2f0ad153c1481f9fbe257834319919008c45a275 (diff)
parent3e46323fb8c43b5a226251299a993befc896b71f (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/xmlhttp-censustract.html')
-rw-r--r--httemplate/misc/xmlhttp-censustract.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/misc/xmlhttp-censustract.html b/httemplate/misc/xmlhttp-censustract.html
new file mode 100644
index 000000000..8a7686047
--- /dev/null
+++ b/httemplate/misc/xmlhttp-censustract.html
@@ -0,0 +1,14 @@
+<% $return %>\
+<%init>
+
+my $DEBUG = 0;
+
+my $conf = new FS::Conf;
+
+my $return = {};
+my $url = "http://data.fcc.gov/api/block/find?format=json&censusYear=" . $cgi->param('census_year') . "&latitude=" . $cgi->param('lat') . "&longitude=" . $cgi->param('lon');
+
+use LWP::Simple;
+my $return = get $url;
+
+</%init> \ No newline at end of file