UNPKG

geoportal-extensions-leaflet

Version:
15 lines 447 B
export default WMS; /** * @namespace * @alias L.geoportalLayers.WMS * @classdesc * * Leaflet Layer Class for Geoportal or INSPIRE WMS Layers. * * Use {@link module:Layers.WMS L.geoportalLayer.WMS()} factory to create instances of that class. * * **Extends** Leaflet <a href="http://leafletjs.com/reference.html#tilelayer-wms" target="_blank">L.TileLayer.WMS</a> native class. * */ declare var WMS: any; //# sourceMappingURL=WMS.d.ts.map