show layers window on page open

This commit is contained in:
jack 2018-06-23 23:27:24 +08:00
parent 040f64ea5e
commit 24509ab614
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,6 @@
position: absolute; position: absolute;
left: 80px; left: 80px;
top: 115px; top: 115px;
display: none;
} }
#layers-selector ul{ #layers-selector ul{
padding: 0; padding: 0;

View File

@ -202,4 +202,6 @@ $('#btn-back-to-sjy').click(function(){
flyTo(center, 7, 2000, function(){ flyTo(center, 7, 2000, function(){
}); });
}); });
$('#layers-selector').show();