Skip to content

This namespace provides configuration settings that are specific to Esri Leaflet.

Properties

PropertyValueDefaultDescription
attributionWidthOffsetNumber55This 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

Use dark colors for code blocksCopy
1
2
3
L.esri.options.attributionWidthOffset = 200;

L.map('map').setView([37.79, -122.45], 13);

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.