From 7b9fafb62f150972c28bc53b7f01009c71e79d90 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 21 Mar 2015 12:09:10 +0000 Subject: Add bus routes to the full example --- examples/full.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3