Skip to content

Releases: Esri/esri-leaflet

v2.4.0

22 Apr 17:19
Compare
Choose a tag to compare

Fixed

  • Updated request to be imported in BasemapLayer.js rather than relying on global L.esri. (🙏danieloliveira117🙏 #1191)

Changed

  • Updated 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.
  • use @terraformer/arcgis (instead of @esri/arcgis-to-geojson-utils) to generate GeoJSON from older ArcGIS services #1194.

v2.3.3

29 Jan 20:40
Compare
Choose a tag to compare

Fixed

  • Ensure DynamicMapLayer can use both a token and f: 'image'. (#1180)

v2.3.2

13 Nov 18:31
Compare
Choose a tag to compare

Fixed

  • Time filtering fix which adds a case for when a feature's time range contains the time range given in the to and from options for the layer. (🙏pjbiogit🙏 #1174)

v2.3.1

10 Oct 19:42
Compare
Choose a tag to compare

Fixed

  • ?undefined issue when using DynamicMapLayer and Proxy (#1164)

Changed

  • REST calls will now use outSR instead of outSr (#1168)

v2.3.0

17 Jul 20:22
Compare
Choose a tag to compare

Fixed

  • Time filtering fix (🙏pjbiogit🙏 #1156)

Changed

  • dynamically resample Esri World Imagery (🙏jgravois🙏 #1011)
  • 'loading' event fired immediately before /export is called (🙏ogix🙏 #1146)
  • warning if setTimeRange() is called without a timeField (#1148)

v2.2.4

20 Mar 23:04
Compare
Choose a tag to compare

Fixed

  • ensure a CORS request is made to fetch dynamic attribution for Esri basemaps instead of a JSONP request. (🙏jubasse🙏 #1142)
  • make sure webpack clients can access the ES source. #1134)
  • ensure basemapLayer honors a proxy if one is set. (🙏dangowans🙏 #1122)
  • resolve devDependency security vulnerabilities (🙏gavinr🙏 #1126)

v2.2.3

16 Aug 20:01
Compare
Choose a tag to compare

Fixed

  • ensure ImageMapLayer leverages a proxy. (🙏dangowans🙏 #1121)

v2.2.2

02 Aug 18:14
Compare
Choose a tag to compare

Fixed

  • trapped an error when Map.attribution control is not loaded.

Added

  • 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)

v2.2.1

11 Jul 15:21
Compare
Choose a tag to compare

Fixed

  • resolved issue that caused some raw ES6 files to not be bundled on npm.

v2.2.0

08 Jul 18:47
Compare
Choose a tag to compare

Added

  • it is now possible to add/update features in feature services in bulk (🙏Biboba🙏 #1083)
  • two new basemaps! ImageryFirefly and Physical (🙏pmacMaps🙏 #1100)

Changed

  • use external sourcemap files consistently, even for debug build #1088

Fixed

Removed

  • cruft from npm tarball #1067