Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max 10 Minimaps appear when collapsed:true #22

Open
webmap2015 opened this issue Oct 21, 2021 · 1 comment
Open

Max 10 Minimaps appear when collapsed:true #22

webmap2015 opened this issue Oct 21, 2021 · 1 comment

Comments

@webmap2015
Copy link

webmap2015 commented Oct 21, 2021

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.

@jieter
Copy link
Owner

jieter commented Oct 31, 2021

Minimale are lazy loaded when they appear into view; we need to check why this does not happen with collapsed: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants