Build out with imported components...
- [x] GeoJSON layers (census tracts data, county boundaries, subareas)
- [x] Legend displaying color bins and values for selected indicator when data layer is visible
- [x] GeoJSON Layer selector
- [x] TileLayer Selector
## ADD DATA
- [x] Create styling function to set color for features based on selected indicator
- [x] Use function in style property of GeoJSON
Get started with...
react-leaflet
CSS in homeView/style.cssGet Boundary GeoJSONs using utils.getData(url) within component and set into boundaryGeo state variable like so...
example DataNexus getGeoJSONs()
[x] run as effect when component did mount
[x] In JSX map over boundaryGeos and render GeoJSON layers
: null