0.2.0 • Published 8 years ago

@stamen/leaflet-choropleth v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

LeafletChoropleth

An interactive choropleth rendered as a map layer on a react-leaflet map.

Part of the @stamen/panorama toolkit.

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { LeafletChoropleth } from '@panorama/toolkit';

let leafletChoroplethConfig = {
	// TODO
};

ReactDOM.render(<LeafletChoropleth {...leafletChoroplethConfig}/>, document.body);