leaflet-extras/leaflet-providers

Max 10 Minimaps appear when collapsed:true

Closed this issue · 1 comments

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.

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