//////////////////////////////////////////////////////////////////
// Usage:
//
// data: csv file with
// long, lat for position
// one numerical or categorical attribute to be visualized
// + (optional) one attribute calles "address" to be shown in tooltip
//
// 1. set class of <aside> element above to match the name of the data
// 2. insert data into aside element
// 3. specify the following dp (data parameters)
// 4. initialize map center with [lat, long]
//
// options for scales:
// "scaleThreshold", "scaleOrdinal", "scaleOrdinal" or "scaleQuantile"
//////////////////////////////////////////////////////////////////
Built with blockbuilder.org