m-lab / piecewise

A customizable online survey tool for running NDT tests.
Apache License 2.0
12 stars 9 forks source link

Show Census tracts on map and hook up clicking selection #185

Closed jeremiak closed 4 years ago

jeremiak commented 4 years ago

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 counties on the map

Showing tracts on the map

Showing tracts on the map

Showing a selected tract

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 Reviewable