diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/full.html | 1 | ||||
-rw-r--r-- | examples/indoor.html | 1 | ||||
-rw-r--r-- | examples/zepler.html | 1 |
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> |