From 5c814b6a2d99ec06a960c88f0af7c1670479680e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 4 Oct 2014 10:19:36 +0100 Subject: Enable indoor on the catering example --- examples/catering.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/catering.html b/examples/catering.html index f959616..391d665 100644 --- a/examples/catering.html +++ b/examples/catering.html @@ -99,7 +99,7 @@ (function() { var map = LS.map('map', { - indoor: false, + indoor: true, }); var sidebar = L.control.sidebar('sidebar', { -- cgit v1.2.3