Top right control is now expanded
This commit is contained in:
parent
88ec02e006
commit
b7b36fbc1e
@ -7,7 +7,7 @@ $(document).ready ->
|
||||
attribution: '© <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'
|
||||
|
Loading…
Reference in New Issue
Block a user