Skip to content

Instantly share code, notes, and snippets.

@myersjustinc
Created September 21, 2011 21:55
Show Gist options
  • Select an option

  • Save myersjustinc/1233434 to your computer and use it in GitHub Desktop.

Select an option

Save myersjustinc/1233434 to your computer and use it in GitHub Desktop.

Revisions

  1. myersjustinc revised this gist Sep 21, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions countyFIPS.js
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    // Source: http://www.census.gov/geo/www/ansi/countylookup.html

    countyToFIPS = {
    var countyToFIPS = {
    'Alabama': {
    'Autauga County': '01001',
    'Baldwin County': '01003',
    @@ -3248,7 +3248,7 @@ countyToFIPS = {
    }
    };

    FIPSToCounty = {
    var FIPSToCounty = {
    '01001': ['Alabama', 'Autauga County'],
    '01003': ['Alabama', 'Baldwin County'],
    '01005': ['Alabama', 'Barbour County'],
  2. myersjustinc created this gist Sep 21, 2011.
    6,395 changes: 6,395 additions & 0 deletions countyFIPS.js
    6,395 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.