This namespace provides configuration settings that are specific to Esri Leaflet.
Properties
| Property | Value | Default | Description |
|---|---|---|---|
attribution | Number | 55 | This plugin automatically truncates text in Leaflet.Control.Attribution so that it doesn't overflow into multiple lines. This value dictates how much horizontal space (in pixels) will be set aside for other controls. |
Example
L.esri.options.attributionWidthOffset = 200;
L.map('map').setView([37.79, -122.45], 13);