Skip to content

Commit

Permalink
couches SIG control is collapsed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinedupre committed Jan 28, 2025
1 parent 2a2a6be commit e8967cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atlas/static/couchesSig.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ function addLayerControlToMap(map) {
);
var layerTreeCtrl = new L.Control.LayerTreeControl(sigLayers, {
position: 'topright',
collapsed: true
});

map.addControl(layerTreeCtrl);
}

0 comments on commit e8967cf

Please sign in to comment.