diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-09 17:27:10 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-09 17:27:10 +0100 |
commit | a3fb3e312d737351b22d3798ee81da1c2dec3724 (patch) | |
tree | e7b3d465e67f5a216183982a9a4fff515aae23af /examples/index.html | |
parent | 848de823c3ed2bb96494e798b00bb1db82c4d847 (diff) | |
download | leaflet-soton-a3fb3e312d737351b22d3798ee81da1c2dec3724.tar leaflet-soton-a3fb3e312d737351b22d3798ee81da1c2dec3724.tar.gz |
Add the leaflet-indoor plugin
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/index.html b/examples/index.html index 9f7d92a..122f883 100644 --- a/examples/index.html +++ b/examples/index.html @@ -346,6 +346,7 @@ h6 { font-size: 1em; line-height: 1.3125; } <script src="../resources/leaflet/dist/leaflet-src.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> |