diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2015-03-21 12:09:10 +0000 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2015-03-21 12:09:10 +0000 |
commit | 7b9fafb62f150972c28bc53b7f01009c71e79d90 (patch) | |
tree | dcab7fa22df68085de39e6fd10b5e0cbb0dd01ea /examples/full.html | |
parent | 939b5b659ce25f9bc0bd70c3bd7db71ee76cbcef (diff) | |
download | leaflet-soton-7b9fafb62f150972c28bc53b7f01009c71e79d90.tar leaflet-soton-7b9fafb62f150972c28bc53b7f01009c71e79d90.tar.gz |
Add bus routes to the full example
Diffstat (limited to 'examples/full.html')
-rw-r--r-- | examples/full.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/full.html b/examples/full.html index 97c231e..1b3ad77 100644 --- a/examples/full.html +++ b/examples/full.html @@ -41,7 +41,8 @@ (function() { var map = LS.map('map', { workstations: true, - indoor: true + indoor: true, + busRoutes: true }); L.control.locate().addTo(map); |