esri-leaflet
Advanced tools
Changelog
[2.4.0] - 2020-04-22
request
to be imported in BasemapLayer.js
rather than relying on global L.esri
. (🙏danieloliveira117🙏 #1191)FeatureLayer
allowing queries to be consistently cached both on the server and on ArcGIS Online CDN. This should result in a decent performance boost for most use cases and in some cases (public, non-editable data) a significant performance boost. #1189.@terraformer/arcgis
(instead of @esri/arcgis-to-geojson-utils
) to generate GeoJSON from older ArcGIS services #1194.Changelog
[2.2.4] - 2019-03-20
basemapLayer
honors a proxy if one is set. (🙏dangowans🙏 #1122)Changelog
[2.2.2] - 2018-08-02
dynamicMapLayer()
and imageMapLayer()
now both expose a new zIndex
constructor option and modify zIndex
values appropriately internally when bringToFront()
and bringToBack()
are called. (🙏appleshowc🙏 #1084)