diff options
-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); |