diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-02-09 23:29:41 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-02-09 23:29:41 +0000 |
commit | d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d (patch) | |
tree | 0856ca72c5c707708ea70a3e297770c7816d2944 /.gitmodules | |
parent | 48bb641f4c2dd7af6c6b5e06daf26ccf055ab621 (diff) | |
download | health-map-d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d.tar health-map-d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d.tar.gz |
Begin adding a minimap
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 96e85b2..377a496 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "resources/leaflet-hash"] path = resources/leaflet-hash url = git://github.com/mlevans/leaflet-hash.git +[submodule "resources/leaflet-minimap"] + path = resources/leaflet-minimap + url = git://github.com/Norkart/Leaflet-MiniMap.git |