diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2015-03-21 12:21:29 +0000 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2015-03-21 12:21:29 +0000 |
commit | 255e2e3a55f59e40397bde2ed3cc387bc07a6836 (patch) | |
tree | 701e89a65c24a2f8bad500332024c43f150bcfa7 /examples | |
parent | 51620022b1d267eb299b56d045c32f435aaadc3c (diff) | |
download | leaflet-soton-255e2e3a55f59e40397bde2ed3cc387bc07a6836.tar leaflet-soton-255e2e3a55f59e40397bde2ed3cc387bc07a6836.tar.gz |
Add leaflet-textpath to full example
Diffstat (limited to 'examples')
-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 1b3ad77..9b19aaf 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-textpath/leaflet.textpath.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> |