Similar Makefile to create the ok-counties.json as the previous example. Updated the ok-counties.json with name, fips as id, and area. Uses CitySDK to retrieve county level data for the state of Oklahoma. We use that data to construct a map to then style the county with the appropriately scaled color.
Please change the API key from the census bureau if you're forking. Thanks.
Updated missing url //cdn.rawgit.com/uscensusbureau/citysdk/Release1.1/js/citysdk.js to //cdn.jsdelivr.net/gh/uscensusbureau/citysdk/release1.1/js/citysdk.js
Updated missing url //cdn.rawgit.com/uscensusbureau/citysdk/Release1.1/js/citysdk.census.js to //cdn.jsdelivr.net/gh/uscensusbureau/citysdk/release1.1/js/citysdk.census.js
https://d3js.org/d3.v3.min.js
https://d3js.org/topojson.v1.min.js
https://code.jquery.com/jquery-1.11.3.min.js
https://cdn.rawgit.com/uscensusbureau/citysdk/Release1.1/js/citysdk.js
https://cdn.rawgit.com/uscensusbureau/citysdk/Release1.1/js/citysdk.census.js