options

This namespace provides a location for application configuration settings that are peculiar 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 dicates how much horizontal space (in pixels) will be set aside for other controls.

Example

// pass in a larger value to make space for a scale bar too
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.