geoportal-extensions-leaflet
Version:
French Geoportal Extension for Leaflet
22 lines • 611 B
TypeScript
export default EPSG2154;
/**
* @classdesc
*
* Leaflet Lambert 93 (EPSG:2154) <a href="http://leafletjs.com/reference.html#icrs" target="_blank">ICRS compatible</a> definition.
*
* @module
* @alias L.geoportalCRS.EPSG2154
* @example
* var map = L.Map('divmap', {
* crs : L.geoportalCRS.EPSG2154
* }).setView();
* var lyr = L.geoportalLayer.WMTS(
* {
* layer : "ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO.L93"
* });
*
* lyr.addTo(map); // ou map.addLayer(lyr);
*/
/** @type {L.geoportalCRS.EPSG2154} */
declare var EPSG2154: L.geoportalCRS.EPSG2154;
//# sourceMappingURL=EPSG2154.d.ts.map