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 /examples/full.html | |
parent | 860ca767c8ba0d5d33befc233f1a8047b36eef37 (diff) | |
download | leaflet-soton-dc8055c0a45abe252724543711ec14780a69a36b.tar leaflet-soton-dc8055c0a45abe252724543711ec14780a69a36b.tar.gz |
Move the indoor code to an external library
Diffstat (limited to 'examples/full.html')
-rw-r--r-- | examples/full.html | 1 |
1 files changed, 1 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> |