summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2015-03-21 11:56:11 +0000
committerChristopher Baines <cb15g11@soton.ac.uk>2015-03-21 11:56:11 +0000
commit59c4184b999922a070fa88c0996d41b649c7f017 (patch)
treeff56854d71a2bba5d59c1692301dfa7f2d7dcadf /examples
parentf12d3a185fa3e6ce6fd1d222cb6e44565440554e (diff)
downloadleaflet-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')
-rw-r--r--examples/buildingsearch.html3
-rw-r--r--examples/full.html2
-rw-r--r--examples/indoor.html2
-rw-r--r--examples/teachingrooms.html2
-rw-r--r--examples/workstations.html2
-rw-r--r--examples/zepler.html2
6 files changed, 13 insertions, 0 deletions
diff --git a/examples/buildingsearch.html b/examples/buildingsearch.html
index 6e5f711..6826cca 100644
--- a/examples/buildingsearch.html
+++ b/examples/buildingsearch.html
@@ -114,6 +114,9 @@ body { height: 100%; margin: 0px; padding: 0px }
<script src="../resources/leaflet/dist/leaflet.js"></script>
<script src="../src/leaflet-soton.js"></script>
<script src="../resources/leaflet-indoor/leaflet-indoor.js"></script>
+<script src="../resources/uos-live.js/libraries/pollymer/pollymer.js"></script>
+<script src="../resources/uos-live.js/uos-live.js"></script>
+
<script type="text/javascript">
LS.imagePath = '../resources/images/';
LS.dataPath = '../data.json';
diff --git a/examples/full.html b/examples/full.html
index 10037ab..97c231e 100644
--- a/examples/full.html
+++ b/examples/full.html
@@ -29,6 +29,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>
diff --git a/examples/indoor.html b/examples/indoor.html
index 269149f..aea69cd 100644
--- a/examples/indoor.html
+++ b/examples/indoor.html
@@ -23,6 +23,8 @@
<script src="../resources/leaflet/dist/leaflet-src.js"></script>
<script src="../resources/leaflet-indoor/leaflet-indoor.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>
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>
diff --git a/examples/workstations.html b/examples/workstations.html
index bfa2136..8e9e054 100644
--- a/examples/workstations.html
+++ b/examples/workstations.html
@@ -24,6 +24,8 @@
<script src="../resources/leaflet/dist/leaflet.js"></script>
<script src="../resources/leaflet-markercluster/dist/leaflet.markercluster.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>
diff --git a/examples/zepler.html b/examples/zepler.html
index 843373e..19412d5 100644
--- a/examples/zepler.html
+++ b/examples/zepler.html
@@ -25,6 +25,8 @@
<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="../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>