geoportal-extensions-leaflet
Version:
French Geoportal Extension for Leaflet
15 lines • 613 B
TypeScript
export default LayerSwitcher;
/**
* @classdesc
*
* Leaflet Control Class to manage map layers : their order, visibility and opacity, and display their informations (title, description, legends, metadata...)
*
* Use {@link module:Controls.LayerSwitcher L.geoportalControl.LayerSwitcher()} factory to create instances of that class.
*
* **Extends** Leaflet <a href="http://leafletjs.com/reference.html#control-layers" target="_blank">L.Control.Layers</a> native class.
*
* @namespace
* @alias L.geoportalControl.LayerSwitcher
*/
declare var LayerSwitcher: any;
//# sourceMappingURL=LayerSwitcher.d.ts.map