jieter/leaflet.layerscontrol-minimap
View on GitHubMax 10 Minimaps appear when collapsed:true
Open
#22 opened on Oct 21, 2021
Help wanted
Repository metrics
- Stars
- (50 stars)
- PR merge metrics
- (PR metrics pending)
Description
Hi, When collapsed:false, all of Minimaps appear. But if collapsed is set to true, then max 10 Minimaps appear, others not.
var layersControl = L.control.layers.minimap(baseLayers, overlays, { collapsed: true }).addTo(map);

Thanks.