diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-08 15:10:20 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-08 15:10:20 +0100 |
commit | dc8055c0a45abe252724543711ec14780a69a36b (patch) | |
tree | ef30deb4802d2f064b6f655276a4c898d3a7cf26 /.gitmodules | |
parent | 860ca767c8ba0d5d33befc233f1a8047b36eef37 (diff) | |
download | leaflet-soton-dc8055c0a45abe252724543711ec14780a69a36b.tar leaflet-soton-dc8055c0a45abe252724543711ec14780a69a36b.tar.gz |
Move the indoor code to an external library
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d6ad98a..662791d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "resources/leaflet-hash"] path = resources/leaflet-hash url = https://github.com/mlevans/leaflet-hash.git +[submodule "resources/leaflet-indoor"] + path = resources/leaflet-indoor + url = git@github.com:cbaines/leaflet-indoor.git |