Adding Census tracts to the map, along with FCC 477 data per tract though no other Census data yet, and make sure you can still click to select either a county or a tract. Additionally, we can visualize some MLab data using the drop down.
The tileset is generated by the Makefile in #186 and served from Google Cloud Storage. Additionally, we use some base tiles from Mapbox to add things like road and city labels, and the one hooked up in this PR uses personal Mapbox account. I'm dropping the key in Slack so you can check it out in the interim.
Showing counties on the map
Showing tracts on the map
Showing a selected tract
<InfoPanel /> is kind of a mess right now so that should be cleaned up before this is merged, but it could still be reviewed in the interim.
Adding Census tracts to the map, along with FCC 477 data per tract though no other Census data yet, and make sure you can still click to select either a county or a tract. Additionally, we can visualize some MLab data using the drop down.
The tileset is generated by the Makefile in #186 and served from Google Cloud Storage. Additionally, we use some base tiles from Mapbox to add things like road and city labels, and the one hooked up in this PR uses personal Mapbox account. I'm dropping the key in Slack so you can check it out in the interim.
Showing counties on the map
Showing tracts on the map
Showing a selected tract
<InfoPanel />
is kind of a mess right now so that should be cleaned up before this is merged, but it could still be reviewed in the interim.This change is