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 /.gitmodules | |
parent | 70ce303fc99cfaffa25141024c69c602ef89ede0 (diff) | |
download | health-map-db408996fa441654c6aaa5688706b2b10fd3b04a.tar health-map-db408996fa441654c6aaa5688706b2b10fd3b04a.tar.gz |
Add a population heat map
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 377a496..44adeff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "resources/leaflet-minimap"] path = resources/leaflet-minimap url = git://github.com/Norkart/Leaflet-MiniMap.git +[submodule "resources/heatmap"] + path = resources/heatmap + url = git://github.com/pa7/heatmap.js.git |