diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-08-04 19:04:48 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-08-06 21:45:15 +0100 |
commit | deb8f4ac1eb06221783ead9ff71bbddf6823c651 (patch) | |
tree | da558bc16a046d0ba3580e44906d5cf9fd5495da /.gitmodules | |
parent | 38f458453ba0c99554565f5ff568820a044dd203 (diff) | |
download | leaflet-soton-deb8f4ac1eb06221783ead9ff71bbddf6823c651.tar leaflet-soton-deb8f4ac1eb06221783ead9ff71bbddf6823c651.tar.gz |
Add points of service
Currently, this is limited to food outlets. Not all food outlets display, as
some are missing from OSM/Univeristy data. Other modifications include, better
support custom display for the interactive information.
This also includes an example, that uses jquery, typeahead and leaflet-sidebar.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4c35d3b..9bd7205 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,12 @@ [submodule "resources/leaflet-textpath"] path = resources/leaflet-textpath url = https://github.com/makinacorpus/Leaflet.TextPath.git +[submodule "resources/typeahead.js"] + path = resources/typeahead.js + url = https://github.com/twitter/typeahead.js.git +[submodule "resources/leaflet-sidebar"] + path = resources/leaflet-sidebar + url = https://github.com/Turbo87/leaflet-sidebar.git +[submodule "resources/jquery"] + path = resources/jquery + url = https://github.com/jquery/jquery.git |