Skip to content

Releases: Esri/esri-leaflet

v2.0.2

03 Aug 22:02
Compare
Choose a tag to compare

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

16 Jul 15:03
Compare
Choose a tag to compare

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 featureLayers are added to and removed from the map. #788
  • base64 dynamicMapLayer responses are now parsed appropriately #796

Changed

  • the esri logo is no longer displayed when hosted basemaps are used. It has been replaced by '© Esri' in the map attribution. #783
  • Internal methods used to display dynamic attribution for tiled services with supporting static services were moved into L.esri.Util. #799

1.0.4

04 Jul 00:58
Compare
Choose a tag to compare

Fixed

  • ensure we remove all Esri logos from the map #795
  • ensure addfeature and removefeature events are emitted when L.esri.featureLayers are added to and removed from the map. #788

2.0.0

04 May 17:50
Compare
Choose a tag to compare

Added

  • new 'USATopo' L.esri.basemapLayer option.
  • boilerplate issue template

Fixed

  • Worked around IE10,11 bug that caused L.esri.featureLayers 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

29 Feb 21:01
Compare
Choose a tag to compare

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

1.0.3

22 Feb 18:00
Compare
Choose a tag to compare

Fixed

  • Ensure all visual relics of L.esri.dynamicMapLayer are removed outside minZoom and maxZoom defined for the layer #744

v2.0.0-beta.7

01 Jan 18:34
Compare
Choose a tag to compare

Breaking

  • L.esri.Util.arcgisToGeoJson is now arcgisToGeoJSON

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

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

1.0.2

01 Jan 00:58
Compare
Choose a tag to compare

Fixed

  • Make sure appropriate behavior is encountered when removing feature layers from the map while web requests are pending. #691

1.0.1

02 Nov 18:30
Compare
Choose a tag to compare

Fixed

  • Ensure that we never try to remove the Esri logo from a map twice #667

v2.0.0-beta.6

23 Sep 18:49
Compare
Choose a tag to compare

Fixed

  • Improved NationalGeographic and Gray attribution #612
  • Fixed removing of FeatureLayer from maps (again)