diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-02-15 20:26:14 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-02-15 20:26:14 +0000 |
commit | db408996fa441654c6aaa5688706b2b10fd3b04a (patch) | |
tree | d3d5d32beb97af8560535d424cd054e7355c7ef6 /index.html | |
parent | 70ce303fc99cfaffa25141024c69c602ef89ede0 (diff) | |
download | health-map-db408996fa441654c6aaa5688706b2b10fd3b04a.tar health-map-db408996fa441654c6aaa5688706b2b10fd3b04a.tar.gz |
Add a population heat map
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ <script src="resources/leaflet/dist/leaflet-src.js"></script> <script src="resources/leaflet-hash/leaflet-hash.js"></script> + <script src="resources/heatmap/src/heatmap.js"></script> + <script src="resources/heatmap/src/heatmap-leaflet.js"></script> <script src="resources/libs/locate/L.Control.Locate.js"></script> <script src="resources/leaflet-minimap/src/Control.MiniMap.js"></script> <script src="resources/op2geojson.js"></script> |