An interactive choropleth rendered as a map layer on a react-leaflet
map.
import React from 'react';
import ReactDOM from 'react-dom';
import { LeafletChoropleth } from '@panorama/toolkit';
let leafletChoroplethConfig = {
// TODO
};
ReactDOM.render(<LeafletChoropleth {...leafletChoroplethConfig}/>, document.body);