mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
LayerGroup: inherit from Interactive layer (#7763)
This commit is contained in:
@ -5,7 +5,7 @@ import * as Util from '../core/Util';
|
||||
/*
|
||||
* @class LayerGroup
|
||||
* @aka L.LayerGroup
|
||||
* @inherits Layer
|
||||
* @inherits Interactive layer
|
||||
*
|
||||
* Used to group several layers and handle them as one. If you add it to the map,
|
||||
* any layers added or removed from the group will be added/removed on the map as
|
||||
|
Reference in New Issue
Block a user