Leaflet map plus data
See issue thread #33.
This component is a first pass demo of a react-leaflet map with a GeoJSON layer. The GeoJSON data has been extended with additional mock data, which is then rendered below the map on click events to approximate the housing team's wireframe posted in issue #33.
Also worth noting that I revised the positioning strategy for the RechartsPie legend. I used top and left offsets in the legendStyle object defined in the RechartsPie and LeafletPlusData stories. This addresses the initial render position bug mentioned in #35. The IconType property on the legend is also not rendering as expected—again, originally noted in #35.
Is this map specific to the housing project? @dsdemaria ?
Yes it is, and I don't think it would make much sense in the component library by itself. It could work as an example on how to use the map, but it would need to be refactored.