mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
WMS extends TileLayer
WMS extends TileLayer as described: http://leafletjs.com/reference.html#tilelayer-wms
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user