diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2015-03-21 11:56:11 +0000 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2015-03-21 11:56:11 +0000 |
commit | 59c4184b999922a070fa88c0996d41b649c7f017 (patch) | |
tree | ff56854d71a2bba5d59c1692301dfa7f2d7dcadf /examples/teachingrooms.html | |
parent | f12d3a185fa3e6ce6fd1d222cb6e44565440554e (diff) | |
download | leaflet-soton-59c4184b999922a070fa88c0996d41b649c7f017.tar leaflet-soton-59c4184b999922a070fa88c0996d41b649c7f017.tar.gz |
Make more of the examples use the uos-live.js library
This is in preparation for the workstations data being moved there.
Diffstat (limited to 'examples/teachingrooms.html')
-rw-r--r-- | examples/teachingrooms.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/teachingrooms.html b/examples/teachingrooms.html index 7a5ca30..00731bd 100644 --- a/examples/teachingrooms.html +++ b/examples/teachingrooms.html @@ -37,6 +37,8 @@ <script src="../resources/leaflet-hash/leaflet-hash.js"></script> <script src="../resources/leaflet-indoor/leaflet-indoor.js"></script> <script src="../resources/leaflet-route/leaflet-route.js"></script> + <script src="../resources/uos-live.js/libraries/pollymer/pollymer.js"></script> + <script src="../resources/uos-live.js/uos-live.js"></script> <script src="../src/leaflet-soton.js"></script> |