leaflet-extras / leaflet-providers

An extension to Leaflet that contains configurations for various free tile providers.
https://leaflet-extras.github.io/leaflet-providers/preview/
BSD 2-Clause "Simplified" License
2.14k stars 666 forks source link

Max 10 Minimaps appear when collapsed:true #407

Closed webmap2015 closed 2 years ago

webmap2015 commented 2 years ago

Hi, When collapsed:false, all of Minimaps appear. But if collapsed is set to true, then max 10 Minimaps appear, others not.

File: preview.js Line: 114

// add minimap control to the map var layersControl = L.control.layers.minimap(baseLayers, overlays, { collapsed: true }).addTo(map);

image

Thanks.

brunob commented 2 years ago

This issue is related to https://github.com/jieter/leaflet.layerscontrol-minimap ; closing here :)