geoportal-extensions-leaflet
Version:
French Geoportal Extension for Leaflet
15 lines • 672 B
TypeScript
export default MousePosition;
/**
* @classdesc
*
* Leaflet Control Class to display Mouse position in various CRS and altitude using the <a href="https://geoservices.ign.fr/documentation/geoservices/alti.html" target="_blank">altimetric web service of the Geoportal Platform</a>.
*
* Use {@link module:Controls.MousePosition L.geoportalControl.MousePosition()} factory to create instances of that class.
*
* **Extends** Leaflet <a href="http://leafletjs.com/reference.html#control" target="_blank">L.Control</a> native class.
*
* @namespace
* @alias L.geoportalControl.MousePosition
*/
declare var MousePosition: any;
//# sourceMappingURL=MousePosition.d.ts.map