mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Leaflet FeatureGroup extends LayerGroup
From "http://leafletjs.com/reference.html#featuregroup" L.FeatureGroup Extended LayerGroup that also has mouse events (propagated from members of the group) and a shared bindPopup method. Implements ILayer interface.
This commit is contained in:
Vendored
+1
-1
@@ -1449,7 +1449,7 @@ declare module L {
|
||||
|
||||
}
|
||||
|
||||
export class FeatureGroup implements ILayer, IEventPowered {
|
||||
export class FeatureGroup extends LayerGroup implements ILayer, IEventPowered {
|
||||
/**
|
||||
* Create a layer group, optionally given an initial set of layers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user