summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-06-06 11:52:55 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-06-06 12:14:23 +0100
commit586cda60293cebd617f0af275d63343f68abd525 (patch)
tree8cf5b916ce24d6c35031b3fc0eb5b6a80d48c24a /.gitmodules
parentcfa92e45a7f4550885917022ee8e19ee2a410de1 (diff)
downloadleaflet-soton-586cda60293cebd617f0af275d63343f68abd525.tar
leaflet-soton-586cda60293cebd617f0af275d63343f68abd525.tar.gz
Add a RouteLayer and RouteControl
Add the leaflet-textpath submodule as it is used in the RouteLayer Improve the bus route extraction: - Now supports polygons for platforms - Supports routes not in a route master - Filter out all but one U1C route (in an attempt to make the interface less confusing) Add an example using the RouteLayer and RouteControl. Hard code the centers for some "University" buildings on the Isle of White and in Basingstoke, such that workstations listed as in these buildings appear on the map.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 3565164..1abfbca 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule "resources/leaflet-heat"]
path = resources/leaflet-heat
url = https://github.com/Leaflet/Leaflet.heat.git
+[submodule "resources/leaflet-textpath"]
+ path = resources/leaflet-textpath
+ url = https://github.com/makinacorpus/Leaflet.TextPath.git