Esri Leaflet

Download

All builds of Esri Leaflet are available for download on GitHub.

Current Release Past Releases

NPM

Esri Leaflet is also available on NPM and can be installed with the following command.

npm install esri-leaflet --save

Bower

Esri Leaflet is also available on Bower and can be installed with the following command.

bower install esri-leaflet

CDN

Esri Leaflet is currently hosted on Amazon Cloudfront to make it easily available. After the beta period it will be available on jsDelivr.

Standard Build

<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet.js"></script>

Other Builds

Esri Leaflet is also built into several smaller components and plugins for specific use cases these more specialized builds are available on the CDN.

<!-- Core Build -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet-core.js"></script>

<!-- Basemaps Only Build -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet-basemaps.js"></script>

<!-- Feature Layer Only Build -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet-feature-layer.js"></script>

<!-- Map Service Only Build -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet/1.0.0-rc.2/esri-leaflet-map-service.js"></script>

<!-- Heatmap Feature Layer -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet-heatmap-feature-layer/1.0.0-rc.2/esri-leaflet-heatmap-feature-layer.js"></script>

<!-- Clustered Feature Layer -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet-clustered-feature-layer/1.0.0-rc.2/esri-leaflet-clustered-feature-layer.js"></script>

<!-- Geocoding Control -->
<script src="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet-geocoder/0.0.1-beta.5/esri-leaflet-geocoder.js"></script>
<link rel="stylesheet" type="text/css" href="http://cdn-geoweb.s3.amazonaws.com/esri-leaflet-geocoder/0.0.1-beta.5/esri-leaflet-geocoder.css">

Builds

A summary of what features exist in which builds.

Feature Standard Core MapService ImageService FeatureLayer Basemaps
Size 49.7kb 10.7kb 23.7kb 21.1kb 27.7kb 10.8kb
Gzipped 12.3kb 3.8kb 6.6kb 6.2kb 8.2kb 3.3kb
L.esri.Request
L.esri.Util
L.esri.Services.Service
L.esri.Services.MapService
L.esri.Services.FeatureLayer
L.esri.Tasks.Task
L.esri.Tasks.Query
L.esri.Tasks.Find
L.esri.Tasks.IdentifyFeatures
L.esri.Tasks.IdentifyImage
L.esri.Layers.FeatureLayer
L.esri.Layers.ImageMapLayer
L.esri.Layers.DynamicMapLayer
L.esri.Layers.TiledMapLayer
L.esri.Layers.BasemapLayer