Releases: Esri/esri-leaflet
Releases · Esri/esri-leaflet
v3.0.4
Fixed
- Feature Layer fixes:
addFeature
event fixed and eachActiveFeature
should now respect minZoom/maxZoom (#1301)
v3.0.3
Changed
- Added a deprecation warning when using
L.esri.BasemapLayer
(info). This warning can be disabled by setting the ignoreDeprecationWarning
option to true
. (#1293).
- Updated dependencies (#1276)
v3.0.2
Fixed
- Do not use named exports from JSON (info) (🙏destus90🙏 #1273)
v3.0.1
Fixed
- Ensure that
TiledMapLayer
will complete its onRemove
prototype logic after removing its attribution. (#1256)
v3.0.0
Added
apikey
method on L.esri.Task
apikey
property on L.esri.FeatureLayer
v2.5.3
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
Fixed
- When esri-leaflet layers are removed from the map, the attribution will be removed (#1248)
v2.5.1
Added
- Support 'withCredentials' option (🙏luiscamachopt🙏 #1233)
- Support 'fetchAllFeatures' option (🙏francharbo🙏 #1229)
v2.5.0
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)