Top right control is now expanded

This commit is contained in:
echarp 2016-04-17 01:40:34 +02:00
parent 88ec02e006
commit b7b36fbc1e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(document).ready ->
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a>'
).addTo map
controls = L.control.layers(null, null).addTo map
controls = L.control.layers(null, null, collapsed: false).addTo map
$('li a', this).each ->
url = $(this).attr 'href'