Esri Leaflet is an open source Leaflet plugin for accessing ArcGIS services. It allows you to easily work with the ArcGIS Basemap services and data services. The plugin also provides support for geocoding, clustering, and heat maps.
Key features
Use Esri Leaflet plugin for the following:
- Display basemap styles from the ArcGIS Basemap Styles service and ArcGIS Static Basemap Tiles service.
- Display custom basemap styles.
- Manage Esri and data attribution.
- Access and display feature, vector tile, and map tile services.
- Use the built-in geocoder control to support address matching and location search.
- Create clusters and heat maps from feature layers.
To see examples of the plugin's capabilities, go to Tutorials and Samples.
Packages
Esri Leaflet provides functionality in separate packages. Refer to each package below for installation and usage information.
esri-leaflet
: Access the core mapping functionality to interact with ArcGIS Location Services.esri-leaflet-vector
: Access and display vector tile basemaps and vector tile layers.esri-leaflet-static-basemap-tile
: Access and display static (raster) tile basemaps.esri-leaflet-geocoder
: A visual control for finding addresses and places that uses the ArcGIS Geocoding service.esri-leaflet-cluster
: Display clusters for overlapping points in a feature layer.esri-leaflet-heatmap
: Construct a heat map layer from a feature layer that contains points.