satrock1

Results 2 comments of satrock1

I can’t provide my code due to the specifics of confidentiality, but the problem can be reproduced using a plugin like mine (`Leaflet.Control.Layers.Tree`), use 210 layers (`L.tileLayer.wms`) and output them...

I saw the L.tileLayer.canvas plugin but I don't understand how to implement it instead: ``` var layerWMS= L.tileLayer.wms(url, { layers: 'layer1', format: 'image/png', transparent: true,version: '1.1.1', maxZoom: 24, opacity: 1...