summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-04-08 15:10:20 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-04-08 15:10:20 +0100
commitdc8055c0a45abe252724543711ec14780a69a36b (patch)
treeef30deb4802d2f064b6f655276a4c898d3a7cf26 /examples
parent860ca767c8ba0d5d33befc233f1a8047b36eef37 (diff)
downloadleaflet-soton-dc8055c0a45abe252724543711ec14780a69a36b.tar
leaflet-soton-dc8055c0a45abe252724543711ec14780a69a36b.tar.gz
Move the indoor code to an external library
Diffstat (limited to 'examples')
-rw-r--r--examples/full.html1
-rw-r--r--examples/indoor.html1
-rw-r--r--examples/zepler.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/full.html b/examples/full.html
index ed80cd5..cae1e87 100644
--- a/examples/full.html
+++ b/examples/full.html
@@ -27,6 +27,7 @@
<script src="../resources/leaflet-markercluster/dist/leaflet.markercluster.js"></script>
<script src="../resources/leaflet-locatecontrol/src/L.Control.Locate.js"></script>
<script src="../resources/leaflet-hash/leaflet-hash.js"></script>
+ <script src="../resources/leaflet-indoor/leaflet-indoor.js"></script>
<script src="../src/leaflet-soton.js"></script>
diff --git a/examples/indoor.html b/examples/indoor.html
index f94c252..47de9a2 100644
--- a/examples/indoor.html
+++ b/examples/indoor.html
@@ -22,6 +22,7 @@
<div id="map"></div>
<script src="../resources/leaflet/dist/leaflet-src.js"></script>
+ <script src="../resources/leaflet-indoor/leaflet-indoor.js"></script>
<script src="../src/leaflet-soton.js"></script>
diff --git a/examples/zepler.html b/examples/zepler.html
index 4caf762..0900992 100644
--- a/examples/zepler.html
+++ b/examples/zepler.html
@@ -24,6 +24,7 @@
<script src="../resources/leaflet/dist/leaflet.js"></script>
<script src="../resources/leaflet-markercluster/dist/leaflet.markercluster.js"></script>
+ <script src="../resources/leaflet-indoor/leaflet-indoor.js"></script>
<script src="../src/leaflet-soton.js"></script>