Releases: Esri/esri-leaflet
Releases · Esri/esri-leaflet
v2.0.4
v2.0.3
Added
- attribution from service metadata is now automatically displayed in Leaflet's attribution control for all layer types #832, #842 (thank you@tyleralves!)
Powered by Esri
is now displayed in Leaflet's attribution control when any layer type is added to the map, not just L.esri.basemapLayer.- the attribution control is restricted to a single line, but expands to show all data contributors on mouse hover.
- support for
DynamicMapLayer
services that require a token to be passed in a request for raw images #830 (thank you@jaredbrookswhite!)
v2.0.2
Added
- support for
ImageMapLayer
services that require a token to be passed in a request for raw images #812 - more graceful handling of stubborn
TiledMapLayer
services #810
Fixed
- bug which resulted in global
map
scope creep #814 - bug which caused distortion in featureLayer display #814
Changed
- Attribution text which is displayed for hosted Esri basemaps is now 'Powered by Esri'
v2.0.1
Added
- users can now pass tokens to
basemapLayer
#800
Fixed
- to avoid broken tile thumbnails, a generic blank tile is referenced automatically by
tiledMapLayer
. #784 - ensure addfeature and removefeature events are emitted when
featureLayer
s are added to and removed from the map. #788 - base64
dynamicMapLayer
responses are now parsed appropriately #796
Changed
1.0.4
2.0.0
Added
- new 'USATopo'
L.esri.basemapLayer
option. - boilerplate issue template
Fixed
- Worked around IE10,11 bug that caused
L.esri.featureLayer
s not to draw #770 - Ensured
L.esri.imageMapLayer
are overlaid appropriately at world scale #774 - Ensured copyright text makes it into the minified, concatenated build of the library
- create script tag after JSONP callback function is defined #762
v2.0.0-beta.8
Changed
- Build system refactored to use latest Rollup and Rollup plugins.
- Reworked bundling directives for various modules systems to resolve and simplify various issues
- WebPack users no longer have to use the Babel loader.
- Babelify with Babel 6 now works
Added
timeout
parameter forFeatureLayer
#730 Thanks @nathanhilbert
1.0.3
v2.0.0-beta.7
Breaking
L.esri.Util.arcgisToGeoJson
is nowarcgisToGeoJSON
Added
- updated website to show off our 2.x API (compatible with Leaflet
1.0.0-beta.2
) and include API reference for supported plugins. - new npm script to watch/recompile source
Changed
- broke out several esri-leaflet components into external micro libraries (tiny-binary-search, leaflet-virtual-grid, and arcgis-to-geojson-utils for converting between and esri json and geojson)
- refactored source code for better custom projection support
Fixed
- resolved bug that caused data to display outside a specified
min/maxZoom
- edge case affecting time aware layers
- bug which caused
null
to sometimes be written to the attribution control (thanks brianbancroft!) - made sure relevant node script commands are OS agnostic