From 016cf4435565fb89f463b480b8dcea12fb4ecf63 Mon Sep 17 00:00:00 2001 From: Marcin Bancerz Date: Mon, 13 Oct 2014 13:55:46 +0200 Subject: [PATCH] WMS extends TileLayer WMS extends TileLayer as described: http://leafletjs.com/reference.html#tilelayer-wms --- leaflet/leaflet.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 511f49b0e1..6cfee579aa 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -3755,7 +3755,7 @@ declare module L { module TileLayer { - export class WMS { + export class WMS extends TileLayer { /** * Instantiates a WMS tile layer object given a base URL of the WMS service and