From deb8f4ac1eb06221783ead9ff71bbddf6823c651 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 4 Aug 2014 19:04:48 +0100 Subject: 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. --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3