block by ee2dev 8ea43700dd61f79179d6b1802ab4d2aa

leaflet example

Full Screen
  //////////////////////////////////////////////////////////////////
  // 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

index.html