Closed
Description
opened on Feb 26, 2013
the L.LayerGroup
class has a eachLayer
method, but not a getLayers()
method. The latter could easily be written as sugar on the former - is there any strong reason why this API is iterator-only?
the L.LayerGroup
class has a eachLayer
method, but not a getLayers()
method. The latter could easily be written as sugar on the former - is there any strong reason why this API is iterator-only?
Activity