Skip to content

Instantly share code, notes, and snippets.

View ubuntufreak's full-sized avatar

Anand Prabhu ubuntufreak

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ubuntufreak on github.
  • I am ubuntufreak (https://keybase.io/ubuntufreak) on keybase.
  • I have a public key whose fingerprint is 7D12 AC85 B073 DCAF 419B A584 4B17 B1CA 2395 B9AC

To claim this, I am signing this object:

@ubuntufreak
ubuntufreak / leaflet-heat-sample
Last active August 29, 2015 13:58
Adding two L.heatLayer objects to Leaflet map
<!DOCTYPE html>
<html>
<head>
<title>Leaflet.heat demo</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
<style>
#map {
width: 600px;