diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-10-04 10:19:36 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-10-04 10:19:36 +0100 |
commit | 5c814b6a2d99ec06a960c88f0af7c1670479680e (patch) | |
tree | 7fc521ab12310ccf97fc1dacfb9a03127f8fff20 | |
parent | 6ea727fdf01fe07db7ae56d97e91cfbe2248630d (diff) | |
download | leaflet-soton-5c814b6a2d99ec06a960c88f0af7c1670479680e.tar leaflet-soton-5c814b6a2d99ec06a960c88f0af7c1670479680e.tar.gz |
Enable indoor on the catering example
-rw-r--r-- | examples/catering.html | 2 |
1 files changed, 1 insertions, 1 deletions
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', { |