Merge pull request #1055 from flxf/LFeatureGroup

Leaflet FeatureGroup extends LayerGroup
This commit is contained in:
Diullei Gomes
2013-09-18 06:23:47 -07:00
+1 -1
View File
@@ -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.
*/