Merge pull request #17688 from Timmmm/patch-1

Fix Leaflet bug #17685
This commit is contained in:
Ron Buckton
2017-07-03 14:38:49 -07:00
committed by GitHub
+1 -1
View File
@@ -399,7 +399,7 @@ declare namespace L {
class Layer extends Evented {
constructor(options?: LayerOptions);
addTo(map: Map): this;
addTo(map: Map|LayerGroup): this;
remove(): this;
removeFrom(map: Map): this;
getPane(name?: string): HTMLElement | undefined;