Skip to content

Releases: Esri/esri-leaflet

v3.0.2

24 May 17:07
Compare
Choose a tag to compare

Fixed

  • Do not use named exports from JSON (info) (🙏destus90🙏 #1273)

v3.0.1

23 Feb 15:22
Compare
Choose a tag to compare

Fixed

  • Ensure that TiledMapLayer will complete its onRemove prototype logic after removing its attribution. (#1256)

v3.0.0

25 Jan 22:19
Compare
Choose a tag to compare

Added

  • apikey method on L.esri.Task
  • apikey property on L.esri.FeatureLayer

v2.5.3

06 Jan 19:18
Compare
Choose a tag to compare

Fixed

  • Fix error (introduced in v2.5.2) that happens when the map attribution control is not present (🙏avinmathew🙏 #1252)

Changed

  • REST calls will now use inSR instead of inSr (#1251)

v2.5.2

29 Dec 21:40
Compare
Choose a tag to compare

Fixed

  • When esri-leaflet layers are removed from the map, the attribution will be removed (#1248)

v2.5.1

05 Oct 03:10
Compare
Choose a tag to compare

Added

  • Support 'withCredentials' option (🙏luiscamachopt🙏 #1233)
  • Support 'fetchAllFeatures' option (🙏francharbo🙏 #1229)

v2.5.0

06 Aug 15:41
Compare
Choose a tag to compare

Fixed

  • Fix Error on cellEnter (🙏francharbo🙏 #1204)
  • Fix bugs with feature layer setWhere (#1211)
  • MinZoom issue - do not clear _currentSnapshot when hiding the layer (#1212)
  • ImageMapLayer - proxy support now works when f:image (#1221)
  • DynamicMapLayer - proxy support now works when f:image (#1220)
  • FeatureLayer issues when refresh() was called (#1224)
  • Issues when addFeatures() (or updateFeatures()) then setWhere() was called (#1226)

Changed

  • DynamicMapLayer now defaults to using format: 'png32' instead of 'png24'. (🙏pmacMaps🙏 #1202, #1187)
  • Reverted the functionality that allowed over-zooming with the Imagery basemap in certain areas of the world due to bugs that were caused by that change (#1223)

v2.4.1

19 May 22:04
Compare
Choose a tag to compare

Fixed

  • Fixed ES5 issue (#1201)

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)