Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenDataKerala committed Jun 27, 2024
1 parent 2de76bd commit e87d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31130,7 +31130,7 @@ out geom;`;
}
];
addIndiaBoundaries(map);
var layerControl = new L2.Control.PanelLayers(baseLayers);
var layerControl = new L2.Control.PanelLayers(baseLayers, void 0, { collapsed: true });
layerControl.addTo(map);
var overlays2 = [];
var loadLayer = (qid, l) => {
Expand Down

0 comments on commit e87d15c

Please sign in to comment.