As loadMultiple is capable of loading several files at once - we need support it in events.
It could be separate events pair 'data:multiple:start'/'data:multiple:end'.
Sample usage: I want add loaded files to L.Layers layerchooser as layerGroup.
Also in this case I may prefer to forbid map.fitBounds().
As
loadMultipleis capable of loading several files at once - we need support it in events.It could be separate events pair
'data:multiple:start'/'data:multiple:end'.Sample usage: I want add loaded files to
L.Layerslayerchooser aslayerGroup.Also in this case I may prefer to forbid
map.fitBounds().