Simple maps of California's 58 counties
- In the browser using d3 and SVG
The output
directory contains a topojson file for each of the state's 58 counties. The files are named using the county's FIPS code and contain three layers:
county
: The outline of the countyroads
: Major roads in the countyplaces
: All Census-defined places in the county, along with their population.
The following data sources are stored in the input
directory:
- County shapes from the U.S. Census Bureau
- Roads from Natural Earth
- Places from the U.S. Census Bureau via Census Reporter
The mapshaper
utility is required to run this repository. Install it.
Clear out all the built files.
make clean
Run the make
command that regenerates all the files in the output folder.
make