jieter/leaflet.layerscontrol-minimap

Max 10 Minimaps appear when collapsed:true

Open

#22 opened on Oct 21, 2021

 (1 comment) (0 reactions) (0 assignees)JavaScript (18 forks)github user discovery
Help wanted

Repository metrics

Stars
 (50 stars)
PR merge metrics
 (No merged PRs in 30d)

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);

138181692-09149c53-3756-4aab-8a38-1f3d44d19098

Thanks.

Contributor guide